Esempio n. 1
0
 public DataSet GetList(string tablename, string fieldkey, string fieldshow, int pageSize, int pageIndex, string strWhere, string orderstr, out int total, out int pageCount)
 {
     return(dal.GetList(tablename, fieldkey, fieldshow, pageSize, pageIndex, strWhere, orderstr, out total, out pageCount));
 }