Exemplo n.º 1
0
 public OfferFacade(IOfferService OfferService, IOfferTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _OfferService            = OfferService;
     _OfferTranslationService = typeTranslationService;
     _manageStorage           = manageStorage;
 }
Exemplo n.º 2
0
 public OfferFacade(IOfferService OfferService, IUnitOfWorkAsync unitOfWork, IOfferTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _OfferService            = OfferService;
     _OfferTranslationService = typeTranslationService;
     _manageStorage           = manageStorage;
 }