Exemplo n.º 1
0
 public HotelInformationService(AccommodationContext db, IMapper mapper,
                                IHotelInformationDetailService hotelInformationDetailService, ICommonLanguagesRequestServices commonLanguageService,
                                IPortalLanguageRequestService portalLanguageRequestService) : base(db, mapper)
 {
     _hotelInformationDetailService = hotelInformationDetailService;
     _commonLanguageService         = commonLanguageService;
     _portalLanguageRequestService  = portalLanguageRequestService;
     LoadLanguages();
 }
Exemplo n.º 2
0
 public HotelInformationDetailsController(IHotelInformationDetailService detailInformationService)
 {
     _detailInformationService = detailInformationService;
 }