Exemple #1
0
 public List <CATEGORY> Search(CATEGORY Category, int PageSize, int PageIndex, out int TotalRecords, string OrderExp, Util.SortDirection SortDirection)
 {
     return(_categoryDAO.Search(Category, PageSize, PageIndex, out TotalRecords, OrderExp, SortDirection));
 }