Beispiel #1
0
 public DataSet GetReList(string strWhere, string orderby, int startIndex, int endIndex)
 {
     return(dal.GetReList(strWhere, orderby, startIndex, endIndex));
 }