1 type derived from UserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
16public class UserStore : UserStore<IdentityUser<string>>
1 reference to UserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
34/// Constructs a new instance of <see cref="UserStore{TUser}"/>.