コード例 #1
0
 public async Task RemoveFromRoleAsync(string userId, string role)
 {
     await userManager.RemoveFromRoleAsync(userId, role);
 }