Ejemplo n.º 1
0
 public DataSet pagebind(int a, int b)
 {
     DALorderselectDAL dall = new DALorderselectDAL();
     return dall.pagebind(a, b);
 }