Beispiel #1
0
 public DataTable orderSel()
 {
     adminDA admin = new adminDA();
     return admin.orderSel();
 }