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)); }
public List <UserType> GetUserTypes() { return(dal.GetUserTypes()); }
public List <UserTypeEntity> GetUserTypes() { return(userTypeDAL.GetUserTypes()); }