public OwnerFacade(IOwnerService OwnerService, IOwnerTranslationService typeTranslationService) { _OwnerService = OwnerService; _typeTranslationService = typeTranslationService; }
public OwnerFacade(IOwnerService OwnerService, IUnitOfWorkAsync unitOfWork, IOwnerTranslationService typeTranslationService) : base(unitOfWork) { _OwnerService = OwnerService; _typeTranslationService = typeTranslationService; }