public FeaturesBackgroundFacade(IFeaturesBackgroundService backgroundService, IManageStorage manageStorage, IUnitOfWorkAsync unitOfWork, IAdminService adminService, IRoomService roomService) : base(unitOfWork) { _backgroundService = backgroundService; _manageStorage = manageStorage; _adminService = adminService; _roomService = roomService; }
public HotelFacade(IHotelService hotelService, IUnitOfWorkAsync unitOfWork, IHotelTranslationService typeTranslationService, IManageStorage manageStorage, IHotelFeatureService hotelFeatureService) : base(unitOfWork) { _hotelService = hotelService; _hotelTranslationService = typeTranslationService; _manageStorage = manageStorage; _hotelFeatureService = hotelFeatureService; }
public HotelFacade(IHotelService HotelService, IHotelTranslationService typeTranslationService, IManageStorage manageStorage, IHotelFeatureService hotelFeatureService) { _hotelService = HotelService; _hotelTranslationService = typeTranslationService; _manageStorage = manageStorage; _hotelFeatureService = hotelFeatureService; }
public MenuFacade(IMenuService menuService, IMenuTranslationService menuTranslationService, IRestaurantService restaurantService, IRestaurantTranslationService restaurantTranslationService , IRestaurantWaiterService restaurantWaiterService, IManageStorage manageStorage, IUnitOfWorkAsync unitOfWork) : base(unitOfWork) { _menuService = menuService; _menuTranslationService = menuTranslationService; _restaurantService = restaurantService; _restaurantTranslationService = restaurantTranslationService; _restaurantWaiterService = restaurantWaiterService; _manageStorage = manageStorage; }
public CategoryFacade(ICategoryService categoryService, ICategoryTranslationService categoryTranslationService, IMenuService menuService, IManageStorage manageStorage, IMenuTranslationService menuTranslationService , IRestaurantService restaurantService, IUnitOfWorkAsync unitOfWork) : base(unitOfWork) { _categoryService = categoryService; _categoryTranslationService = categoryTranslationService; _menuService = menuService; _manageStorage = manageStorage; _menuTranslationService = menuTranslationService; _restaurantService = restaurantService; }
public CategoryFacade(ICategoryService categoryService, ICategoryTranslationService categoryTranslationService, IMenuService menuService, IManageStorage manageStorage, IMenuTranslationService menuTranslationService , IRestaurantService restaurantService) { _categoryService = categoryService; _categoryTranslationService = categoryTranslationService; _menuService = menuService; _manageStorage = manageStorage; _menuTranslationService = menuTranslationService; _restaurantService = restaurantService; }
public ItemFacade(ICategoryService categoryService, IitemService itemService, IitemTranslationService itemTranslationService, IItemSizeService itemSizeService, IItemSideItemService itemSideItemService, IManageStorage manageStorage, ISizeTranslationService sizeTranslationService, ISideItemTranslationService sideItemTranslationService, ICategoryTranslationService categoryTranslationService, IMenuService menuService, IRestaurantService restaurantService) { _categoryService = categoryService; _itemService = itemService; _itemTranslationService = itemTranslationService; _itemSideItemService = itemSideItemService; _itemSizeService = itemSizeService; _manageStorage = manageStorage; _categoryTranslationService = categoryTranslationService; _sizeTranslationService = sizeTranslationService; _sideItemTranslationService = sideItemTranslationService; _menuService = menuService; _restaurantService = restaurantService; }
public RestaurantFacade(IRestaurantTypeService restaurantTypeService, IRestaurantTypeTranslationService restaurantTypeTranslationService, IRestaurantService restaurantService, IRestaurantTranslationService restaurantTranslationService, IUserService userService, IRestaurantAdminService restaurantAdminService, IManageStorage manageStorage, IPackageService packageService, IMenuService menuService, IFeedBackService feedBackService) { _restaurantTypeService = restaurantTypeService; _restaurantTypeTranslationService = restaurantTypeTranslationService; _restaurantService = restaurantService; _restaurantTranslationService = restaurantTranslationService; _userService = userService; _restaurantAdminService = restaurantAdminService; _manageStorage = manageStorage; _packageService = packageService; _menuService = menuService; _feedBackService = feedBackService; }
public FeatureFacade(IUnitOfWorkAsync unitOFWork, IFeatureService featureService, IFeatureTranslationService featureTranslationService, IUserService userService, IFeatureDetailService featureDetailService, IFeatureDetailTranslationService featureDetailTranslationService, IManageStorage manageStorage, IRoomService roomService, IRestaurantService restaurantService, IFeatureControlService featureControlService, ISupervisorFeatureService supervisorFeatureService, IAvailableService availableService, IReceptionistService receptionistService) : base(unitOFWork) { _featureService = featureService; _featureTranslationService = featureTranslationService; _userService = userService; _featureDetailService = featureDetailService; _featureDetailTranslationService = featureDetailTranslationService; _manageStorage = manageStorage; _roomService = roomService; _restaurantService = restaurantService; //_controlService = controlService; _featureControlService = featureControlService; _supervisorFeatureService = supervisorFeatureService; _availableService = availableService; _receptionistService = receptionistService; }
public RestaurantFacade(IRestaurantTypeService restaurantTypeService, IRestaurantTypeTranslationService restaurantTypeTranslationService , IRestaurantService restaurantService, IRestaurantTranslationService restaurantTranslationService, IUserService userService, IRestaurantAdminService restaurantAdminService , IManageStorage manageStorage, IRestaurantWaiterService restaurantWaiterService, IAdminService globalAdminService, IUnitOfWorkAsync unitOfWork, IPackageService packageService, IMenuService menuService, IFeedBackService feedBackService) : base(unitOfWork) { _restaurantTypeService = restaurantTypeService; _restaurantTypeTranslationService = restaurantTypeTranslationService; _restaurantService = restaurantService; _restaurantTranslationService = restaurantTranslationService; _userService = userService; _restaurantAdminService = restaurantAdminService; _manageStorage = manageStorage; _restaurantWaiterService = restaurantWaiterService; _globalAdminService = globalAdminService; _packageService = packageService; _menuService = menuService; _feedBackService = feedBackService; }
public ItemFacade(ICategoryService categoryService, IitemService itemService, IitemTranslationService itemTranslationService, IItemSizeService itemSizeService, IItemSideItemService itemSideItemService , IManageStorage manageStorage, ISizeTranslationService sizeTranslationService, ISideItemTranslationService sideItemTranslationService, ICategoryTranslationService categoryTranslationService, IMenuService menuService, IRestaurantService restaurantService, IPageService pageService, ITemplateService templateService, IMenuTranslationService menuTranslationService, IUnitOfWorkAsync unitOfWork) : base(unitOfWork) { _categoryService = categoryService; _itemService = itemService; _itemTranslationService = itemTranslationService; _itemSideItemService = itemSideItemService; _itemSizeService = itemSizeService; _manageStorage = manageStorage; _categoryTranslationService = categoryTranslationService; _sizeTranslationService = sizeTranslationService; _sideItemTranslationService = sideItemTranslationService; _menuService = menuService; _restaurantService = restaurantService; _pageService = pageService; _templateService = templateService; _menuTranslationService = menuTranslationService; }
public OfferFacade(IOfferService OfferService, IUnitOfWorkAsync unitOfWork, IOfferTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork) { _OfferService = OfferService; _OfferTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public OfferFacade(IOfferService OfferService, IOfferTranslationService typeTranslationService, IManageStorage manageStorage) { _OfferService = OfferService; _OfferTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public BackgroundFacade(IBackgroundService backgroundService, IManageStorage manageStorage, IRestaurantService restaurantService, IUnitOfWorkAsync unitOfWork) : base(unitOfWork) { _restaurantService = restaurantService; _backgroundService = backgroundService; _manageStorage = manageStorage; }
public BackgroundFacade(IBackgroundService backgroundService, IManageStorage manageStorage, IRestaurantService restaurantService) { _restaurantService = restaurantService; _backgroundService = backgroundService; _manageStorage = manageStorage; }
public BackageFacade(IBackageService BackageService, IBackageTranslationService typeTranslationService, IManageStorage manageStorage) { _BackageService = BackageService; _BackageTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public TourFacade(ITourService TourService, IUnitOfWorkAsync unitOfWork, ITourTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork) { _TourService = TourService; _TourTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public FeatureFacade(IFeatureService FeatureService, IFeatureTranslationService typeTranslationService, IManageStorage manageStorage) { _featureService = FeatureService; _typeTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public BackageFacade(IBackageService BackageService, IUnitOfWorkAsync unitOfWork, IBackageTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork) { _BackageService = BackageService; _BackageTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public FeatureFacade(IFeatureService FeatureService, IUnitOfWorkAsync unitOfWork, IFeatureTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork) { _featureService = FeatureService; _typeTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public TourFacade(ITourService TourService, ITourTranslationService typeTranslationService, IManageStorage manageStorage) { _TourService = TourService; _TourTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public NewsFacade(INewsService newsService, IUnitOfWorkAsync unitOfWork, INewsTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork) { _newsService = newsService; _typeTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public NewsFacade(INewsService newsService, INewsTranslationService typeTranslationService, IManageStorage manageStorage) { _newsService = newsService; _typeTranslationService = typeTranslationService; _manageStorage = manageStorage; }
public TemplateFacade(ITemplateService templateService, IManageStorage manageStorage, IUnitOfWorkAsync unitOfWork) : base(unitOfWork) { _templateService = templateService; _manageStorage = manageStorage; }