Example #1
0
 public List <Book.Model.T_Stock_Report> GetList(int CurrentPage, int PageSize)
 {
     Book.DAL.T_Stock_Report dal = new DAL.T_Stock_Report();
     return(dal.GetList(CurrentPage, PageSize));
 }
Example #2
0
 public List <Book.Model.T_Stock_Report> GetList(int pageNumber, int pageSize)
 {
     Book.DAL.T_Stock_Report dal = new DAL.T_Stock_Report();
     return(dal.GetList(pageNumber, pageSize));
 }
Example #3
0
 public int GetCount()
 {
     Book.DAL.T_Stock_Report dal = new DAL.T_Stock_Report();
     return(dal.GetCount());
 }