Exemplo n.º 1
0
 public List <BONUS> GetAll(int PageSize, int PageIndex, out int TotalRecords, string OrderExp, Util.SortDirection SortDirection)
 {
     return(_bonusDAO.GetAll(PageSize, PageIndex, out TotalRecords, OrderExp, SortDirection));
 }