Example #1
0
 public int bookAmountsCount()
 {
     adminDA admin = new adminDA();
     return admin.bookAmountsCount();
 }