Exemple #1
0
 public DataSet GetListByPage(string strWhere, string startDate, string endDate, string startIndex, string endIndex)
 {
     return(dal.GetListByPage(strWhere, startDate, endDate, startIndex, endIndex));
 }