1
Hi
When you add an Entity Data Model in your application then it adds few class files also. In one of the class files it has a context mentioned in it. This class inherits from dbContext class and has Dbset of all the entities that you have selected as part of your entity model.You have to create an object of this context class.
Accepted