Exemplo n.º 1
0
 public RefundOrderRejectEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }
Exemplo n.º 2
0
 public GrouponJoinEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }
Exemplo n.º 3
0
 public OrderShipEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }