Exemplo n.º 1
0
 public BackageFacade(IBackageService BackageService, IBackageTranslationService typeTranslationService, IManageStorage manageStorage)
 {
     _BackageService            = BackageService;
     _BackageTranslationService = typeTranslationService;
     _manageStorage             = manageStorage;
 }
Exemplo n.º 2
0
 public BackageFacade(IBackageService BackageService, IUnitOfWorkAsync unitOfWork, IBackageTranslationService typeTranslationService, IManageStorage manageStorage) : base(unitOfWork)
 {
     _BackageService            = BackageService;
     _BackageTranslationService = typeTranslationService;
     _manageStorage             = manageStorage;
 }