Пример #1
0
 public string GetNameOfRole(string roleId)
 {
     return(_appRoleRepository.GetNameOfRole(roleId));
 }