Exemplo n.º 1
0
 public DataSet GetSearchList(string strWhere, string orderby, int startIndex, int endIndex)
 {
     return(dal.GetSearchList(strWhere, orderby, startIndex, endIndex));
 }