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