Ejemplo n.º 1
0
 public AboutFacade(IAboutService AboutService, IAboutTranslationService typeTranslationService)
 {
     _AboutService           = AboutService;
     _typeTranslationService = typeTranslationService;
 }
Ejemplo n.º 2
0
 public AboutFacade(IAboutService AboutService, IUnitOfWorkAsync unitOfWork, IAboutTranslationService typeTranslationService) : base(unitOfWork)
 {
     _AboutService           = AboutService;
     _typeTranslationService = typeTranslationService;
 }