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