I\'ve followed Adam\'s answer here and the Entity Framework now works and the Seed() method also works.
Seed()
But when I try to access the database l
In the context definition, define only two DbSet contexts per context class.