示例#1
0
 public UserReservationsController()
 {
     _accountSqlExecutor      = new AccountSqlExecutor();
     _reservationsSqlExecutor = new ReservationsSqlExecutor();
     _offerSqlExecutor        = new OffersSqlExecutor();
 }
示例#2
0
 public OffersController()
 {
     _offersSqlExecutor  = new OffersSqlExecutor();
     _accountSqlExecutor = new AccountSqlExecutor();
     _hotelsSqlExecutor  = new HotelsSqlExecutor();
 }