public OffersController()
 {
     _offersSqlExecutor  = new OffersSqlExecutor();
     _accountSqlExecutor = new AccountSqlExecutor();
     _hotelsSqlExecutor  = new HotelsSqlExecutor();
 }
Beispiel #2
0
 public HotelsController()
 {
     _hotelsSqlExecutor  = new HotelsSqlExecutor();
     _accountSqlExecutor = new AccountSqlExecutor();
 }
Beispiel #3
0
 public MapController()
 {
     _hotelsSqlExecutor = new HotelsSqlExecutor();
 }