In my project, I have only a few entities that are not connected to the database, but I run some procedures through EF6.
These procs are just queries that bring data across information from more than one table.
Now I want to insert entities and repositories of tables that already exist in the database into the same project.
How do I make this import for code?