2 types derived from IdentityDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityDbContext.cs (2)
11
public class IdentityDbContext :
IdentityDbContext
<IdentityUser, IdentityRole, string>
29
public class IdentityDbContext<TUser> :
IdentityDbContext
<TUser, IdentityRole, string> where TUser : IdentityUser