コード例 #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;
 }