Esempio n. 1
0
 public FeaturesBackgroundFacade(IFeaturesBackgroundService backgroundService, IManageStorage manageStorage, IUnitOfWorkAsync unitOfWork, IAdminService adminService, IRoomService roomService) : base(unitOfWork)
 {
     _backgroundService = backgroundService;
     _manageStorage     = manageStorage;
     _adminService      = adminService;
     _roomService       = roomService;
 }
Esempio n. 2
0
 public HotelFacade(IHotelService hotelService, IUnitOfWorkAsync unitOfWork, IHotelTranslationService typeTranslationService, IManageStorage manageStorage, IHotelFeatureService hotelFeatureService) : base(unitOfWork)
 {
     _hotelService            = hotelService;
     _hotelTranslationService = typeTranslationService;
     _manageStorage           = manageStorage;
     _hotelFeatureService     = hotelFeatureService;
 }
Esempio n. 3
0
 public HotelFacade(IHotelService HotelService, IHotelTranslationService typeTranslationService, IManageStorage manageStorage, IHotelFeatureService hotelFeatureService)
 {
     _hotelService            = HotelService;
     _hotelTranslationService = typeTranslationService;
     _manageStorage           = manageStorage;
     _hotelFeatureService     = hotelFeatureService;
 }
Esempio n. 4
0
 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;
 }
Esempio n. 5
0
 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;
 }
Esempio n. 6
0
 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;
 }
Esempio n. 7
0
 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;
 }
Esempio n. 9
0
 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;
 }
Esempio n. 10
0
 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;
 }
Esempio n. 11
0
        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;
        }
Esempio n. 12
0
 public OfferFacade(IOfferService OfferService, IUnitOfWorkAsync unitOfWork, IOfferTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _OfferService            = OfferService;
     _OfferTranslationService = typeTranslationService;
     _manageStorage           = manageStorage;
 }
Esempio n. 13
0
 public OfferFacade(IOfferService OfferService, IOfferTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _OfferService            = OfferService;
     _OfferTranslationService = typeTranslationService;
     _manageStorage           = manageStorage;
 }
Esempio n. 14
0
 public BackgroundFacade(IBackgroundService backgroundService, IManageStorage manageStorage, IRestaurantService restaurantService, IUnitOfWorkAsync unitOfWork) : base(unitOfWork)
 {
     _restaurantService = restaurantService;
     _backgroundService = backgroundService;
     _manageStorage     = manageStorage;
 }
Esempio n. 15
0
 public BackgroundFacade(IBackgroundService backgroundService, IManageStorage manageStorage, IRestaurantService restaurantService)
 {
     _restaurantService = restaurantService;
     _backgroundService = backgroundService;
     _manageStorage     = manageStorage;
 }
Esempio n. 16
0
 public BackageFacade(IBackageService BackageService, IBackageTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _BackageService            = BackageService;
     _BackageTranslationService = typeTranslationService;
     _manageStorage             = manageStorage;
 }
Esempio n. 17
0
 public TourFacade(ITourService TourService, IUnitOfWorkAsync unitOfWork, ITourTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _TourService            = TourService;
     _TourTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 18
0
 public FeatureFacade(IFeatureService FeatureService, IFeatureTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _featureService         = FeatureService;
     _typeTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 19
0
 public BackageFacade(IBackageService BackageService, IUnitOfWorkAsync unitOfWork, IBackageTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _BackageService            = BackageService;
     _BackageTranslationService = typeTranslationService;
     _manageStorage             = manageStorage;
 }
Esempio n. 20
0
 public FeatureFacade(IFeatureService FeatureService, IUnitOfWorkAsync unitOfWork, IFeatureTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _featureService         = FeatureService;
     _typeTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 21
0
 public TourFacade(ITourService TourService, ITourTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _TourService            = TourService;
     _TourTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 22
0
 public NewsFacade(INewsService newsService, IUnitOfWorkAsync unitOfWork, INewsTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _newsService            = newsService;
     _typeTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 23
0
 public NewsFacade(INewsService newsService, INewsTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _newsService            = newsService;
     _typeTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 24
0
 public TemplateFacade(ITemplateService templateService, IManageStorage manageStorage, IUnitOfWorkAsync unitOfWork) : base(unitOfWork)
 {
     _templateService = templateService;
     _manageStorage   = manageStorage;
 }