示例#1
0
 public OwnerFacade(IOwnerService OwnerService, IOwnerTranslationService typeTranslationService)
 {
     _OwnerService           = OwnerService;
     _typeTranslationService = typeTranslationService;
 }
示例#2
0
 public OwnerFacade(IOwnerService OwnerService, IUnitOfWorkAsync unitOfWork, IOwnerTranslationService typeTranslationService) : base(unitOfWork)
 {
     _OwnerService           = OwnerService;
     _typeTranslationService = typeTranslationService;
 }