I'm trying to put Asp.net identity context to a class library that provides data access using entity framework edmx.
But it gives an error such; The entity type ApplicationUser is not part of the model for the current context.
Here is db context class;