Пример #1
0
 public DataTable bookAmounts()
 {
     adminDA admin = new adminDA();
     return admin.bookAmounts();
 }