Пример #1
0
 public IEnumerable <RoleDTO> GetHRRoles()
 {
     try
     {
         return(RoleHelper.FilterRolesForHRManagerToAssign(_repository.GetRoles() as List <RoleDTO>));
     }
     catch
     {
         return(null);
     }
 }