Ejemplo n.º 1
0
 public WeChatDomainServiceImpl(IWeChatDomainRepository weChatDomainRepository, IMapper mapper, IWeChatServiceUnitOfWork weChatServiceUnitOfWork)
 {
     _weChatDomainRepository = weChatDomainRepository;
     _mapper = mapper;
     _weChatServiceUnitOfWork = weChatServiceUnitOfWork;
 }
Ejemplo n.º 2
0
 public ApplicationServiceImpl(IApplicationRepository applicationRepository, IMapper mapper, IWeChatServiceUnitOfWork weChatServiceUnitOfWork)
 {
     _applicationRepository = applicationRepository;
     _mapper = mapper;
     _weChatServiceUnitOfWork = weChatServiceUnitOfWork;
 }