@@ -63,7 +63,7 @@ public UserStore(TContext context, IdentityErrorDescriber? describer = null) : b
63
63
/// <typeparam name="TUser">The type representing a user.</typeparam>
64
64
/// <typeparam name="TRole">The type representing a role.</typeparam>
65
65
/// <typeparam name="TContext">The type of the data context class used to access the store.</typeparam>
66
- /// <typeparam name="TKey">The type of the primary key for a role.</typeparam>
66
+ /// <typeparam name="TKey">The type of the primary key for the user and role entities .</typeparam>
67
67
public class UserStore < TUser , TRole , TContext , TKey > : UserStore < TUser , TRole , TContext , TKey , IdentityUserClaim < TKey > , IdentityUserRole < TKey > , IdentityUserLogin < TKey > , IdentityUserToken < TKey > , IdentityRoleClaim < TKey > >
68
68
where TUser : IdentityUser < TKey >
69
69
where TRole : IdentityRole < TKey >
@@ -84,7 +84,7 @@ public UserStore(TContext context, IdentityErrorDescriber? describer = null) : b
84
84
/// <typeparam name="TUser">The type representing a user.</typeparam>
85
85
/// <typeparam name="TRole">The type representing a role.</typeparam>
86
86
/// <typeparam name="TContext">The type of the data context class used to access the store.</typeparam>
87
- /// <typeparam name="TKey">The type of the primary key for a role.</typeparam>
87
+ /// <typeparam name="TKey">The type of the primary key for the user and role entities .</typeparam>
88
88
/// <typeparam name="TUserClaim">The type representing a claim.</typeparam>
89
89
/// <typeparam name="TUserRole">The type representing a user role.</typeparam>
90
90
/// <typeparam name="TUserLogin">The type representing a user external login.</typeparam>
@@ -116,7 +116,7 @@ public UserStore(TContext context, IdentityErrorDescriber? describer = null) : b
116
116
/// <typeparam name="TUser">The type representing a user.</typeparam>
117
117
/// <typeparam name="TRole">The type representing a role.</typeparam>
118
118
/// <typeparam name="TContext">The type of the data context class used to access the store.</typeparam>
119
- /// <typeparam name="TKey">The type of the primary key for a role.</typeparam>
119
+ /// <typeparam name="TKey">The type of the primary key for the user and role entities .</typeparam>
120
120
/// <typeparam name="TUserClaim">The type representing a claim.</typeparam>
121
121
/// <typeparam name="TUserRole">The type representing a user role.</typeparam>
122
122
/// <typeparam name="TUserLogin">The type representing a user external login.</typeparam>
0 commit comments