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