Entity Framework 6 error - 'Value cannot be null. Parameter name: entitySet'
This piece of code is throwing the above error:
This is my WarningType class:
This is my DbSet in ApplicationDbContext.cs:
I attached the database table picture for WarningTypes.
This is my WarningType class:
This is my DbSet in ApplicationDbContext.cs:
I attached the database table picture for WarningTypes.

