示例#1
0
 /// <summary>
 /// Retrieves all groups
 /// </summary>
 /// <returns></returns>
 public List <Group> RetrieveAllGroups()
 {
     try
     {
         return(_groupAccessor.SelectAllGroups());
     }
     catch (Exception ex)
     {
         throw new ApplicationException("Dat not found", ex);
     }
 }