Пример #1
0
 public List <GetBookingStatistics> BindBookingStatistics(int towerID)
 {
     return(db.BindBookingStatistics(towerID));
 }