Пример #1
0
 public List <UserTypeEntity> GetUserTypes(int start, int length, string sortColumn, string sortDir, string searchTerm, out int totalRecords)
 {
     return(userTypeDAL.GetUserTypes(start, length, sortColumn, sortDir, searchTerm, out totalRecords));
 }
Пример #2
0
 public List <UserType> GetUserTypes()
 {
     return(dal.GetUserTypes());
 }
Пример #3
0
 public List <UserTypeEntity> GetUserTypes()
 {
     return(userTypeDAL.GetUserTypes());
 }