Esempio n. 1
0
 public TourFacade(ITourService TourService, ITourTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _TourService            = TourService;
     _TourTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }
Esempio n. 2
0
 public TourFacade(ITourService TourService, IUnitOfWorkAsync unitOfWork, ITourTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _TourService            = TourService;
     _TourTranslationService = typeTranslationService;
     _manageStorage          = manageStorage;
 }