Exemple #1
0
 public async Task <IdentityRole> FindById(String id) =>
 await roleDao.FindByIdAsync(id);