コード例 #1
0
 public UserStore(IdentityCloudContext <TUser> context)
     : base(context)
 {
 }
コード例 #2
0
 public RoleStore(IdentityCloudContext context)
     : base(context)
 {
 }