Пример #1
0
 public AboutFacade(IAboutService AboutService, IAboutTranslationService typeTranslationService)
 {
     _AboutService           = AboutService;
     _typeTranslationService = typeTranslationService;
 }
Пример #2
0
 public AboutFacade(IAboutService AboutService, IUnitOfWorkAsync unitOfWork, IAboutTranslationService typeTranslationService) : base(unitOfWork)
 {
     _AboutService           = AboutService;
     _typeTranslationService = typeTranslationService;
 }