2 types derived from UserOnlyStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (2)
14
public class UserOnlyStore<TUser> :
UserOnlyStore
<TUser, DbContext, string> where TUser : IdentityUser<string>, new()
29
public class UserOnlyStore<TUser, TContext> :
UserOnlyStore
<TUser, TContext, string>
1 reference to UserOnlyStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityEntityFrameworkBuilderExtensions.cs (1)
81
userStoreType = typeof(
UserOnlyStore
<,,>).MakeGenericType(userType, contextType, keyType);