Esempio n. 1
0
 public HomeController(AuthenticationBase authService, IHotelAndLocation hotelService, IAnteeoCaching anteeoCaching, IConfig configService)
 {
     _authService    = authService;
     _hotelService   = hotelService;
     _cachingService = anteeoCaching;
     _configService  = configService;
 }
Esempio n. 2
0
 public AnteeoHotelLocatorAuth(IHotelAndLocation authService, AuthenticationTo authenticationTo)
 {
     _authService      = authService;
     _authenticationTo = authenticationTo;
 }