2 references to
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
38public UserStore(DbContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { } 57public UserStore(TContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }