Exemple #1
0
 public async Task <IdentityResult> Create(String name) =>
 await roleDao.CreateAsync(new IdentityRole(name));