-
Migration from IdentityDbContext to ApiAuthorizationDbContext, have difficult in call ApplicationDbContext from controller Please help me find the solution for migration problem: https://stackoverflow.com/questions/64739327/migration-from-identitydbcontext-to-apiauthorizationdbcontextapplicationuser |
Beta Was this translation helpful? Give feedback.
Answered by
donhuvy
Nov 8, 2020
Replies: 1 comment
-
private readonly ApplicationDbContext _db; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
donhuvy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove empty constructor.
Declare injection in
Startup.cs
.Call by this way