Exemple #1
0
 public MembersController(IRepository <WxMember> repository,
                          IWeixinService svc,
                          IMapper mapper)
 {
     _repository = repository;
     _svc        = svc;
     _mapper     = mapper;
 }
Exemple #2
0
 public ReplyController(IRepository <WxMenu> menuRepository,
                        IRepository <WxReply> replyRepo,
                        IRepository <WxTopic> topicRepo,
                        IRepository <WxMessage> msgRepo,
                        IWeixinService svc,
                        IMapper mapper)
 {
     _repository        = menuRepository;
     _topicsRepository  = topicRepo;
     _wxReplyRepository = replyRepo;
     _wxMsgRepository   = msgRepo;
     _svc    = svc;
     _mapper = mapper;
 }
Exemple #3
0
 public GrouponJoinEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }
Exemple #4
0
 public PayNotifyAppService(IRepository <PayNotify, long> payNotifyRepository, IWuyeApiAppSrvice wuyeApiAppSrvice, IWeixinService weixinService)
 {
     _payNotifyRepository = payNotifyRepository;
     _wuyeApiAppSrvice    = wuyeApiAppSrvice;
     _weixinService       = weixinService;
 }
Exemple #5
0
 public RefundOrderRejectEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }
 public OrderShipEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }