コード例 #1
0
 public async Task <IdentityResult> Delete(IdentityRole role) =>
 await roleDao.DeleteAsync(role);