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