public UserStore(IdentityCloudContext <TUser> context)
     : base(context)
 {
 }
Beispiel #2
0
 public RoleStore(IdentityCloudContext context)
     : base(context)
 {
 }