Esempio n. 1
0
 public DataTable ordership(bool ship)
 {
     adminDA admin = new adminDA();
     return admin.ordership(ship);
 }