Beispiel #1
0
 public IQueryable <T> GetList(int pageSize, int pageIndex)
 {
     return(dal.GetList(pageSize, pageIndex));
 }