Updating a Scaffolded DbContext Class
It is possible that the DbContext class created when Entity Framework scaffolded your database ( See Import) is missing some namespaces, has the wrong namespace, or lacks a particular type of constructor.
In this next scenario, the EF Scaffolde ...