Exemple #1
0
 public DataTable bookAmountSel(int amount)
 {
     adminDA admin = new adminDA();
     return admin.bookAmountSel(amount);
 }