@@ -63,7 +63,7 @@ public UserStore(TContext context, IdentityErrorDescriber? describer = null) : b
6363/// <typeparam name="TUser">The type representing a user.</typeparam>
6464/// <typeparam name="TRole">The type representing a role.</typeparam>
6565/// <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>
6767public class UserStore < TUser , TRole , TContext , TKey > : UserStore < TUser , TRole , TContext , TKey , IdentityUserClaim < TKey > , IdentityUserRole < TKey > , IdentityUserLogin < TKey > , IdentityUserToken < TKey > , IdentityRoleClaim < TKey > >
6868 where TUser : IdentityUser < TKey >
6969 where TRole : IdentityRole < TKey >
@@ -84,7 +84,7 @@ public UserStore(TContext context, IdentityErrorDescriber? describer = null) : b
8484/// <typeparam name="TUser">The type representing a user.</typeparam>
8585/// <typeparam name="TRole">The type representing a role.</typeparam>
8686/// <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>
8888/// <typeparam name="TUserClaim">The type representing a claim.</typeparam>
8989/// <typeparam name="TUserRole">The type representing a user role.</typeparam>
9090/// <typeparam name="TUserLogin">The type representing a user external login.</typeparam>
@@ -116,7 +116,7 @@ public UserStore(TContext context, IdentityErrorDescriber? describer = null) : b
116116/// <typeparam name="TUser">The type representing a user.</typeparam>
117117/// <typeparam name="TRole">The type representing a role.</typeparam>
118118/// <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>
120120/// <typeparam name="TUserClaim">The type representing a claim.</typeparam>
121121/// <typeparam name="TUserRole">The type representing a user role.</typeparam>
122122/// <typeparam name="TUserLogin">The type representing a user external login.</typeparam>
0 commit comments