Exemplo n.º 1
0
 public OwnerFacade(IOwnerService OwnerService, IOwnerTranslationService typeTranslationService)
 {
     _OwnerService           = OwnerService;
     _typeTranslationService = typeTranslationService;
 }
Exemplo n.º 2
0
 public OwnerFacade(IOwnerService OwnerService, IUnitOfWorkAsync unitOfWork, IOwnerTranslationService typeTranslationService) : base(unitOfWork)
 {
     _OwnerService           = OwnerService;
     _typeTranslationService = typeTranslationService;
 }