Beispiel #1
0
 public RefundOrderRejectEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }
Beispiel #2
0
 public GrouponJoinEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }
 public OrderShipEventWriter(IWeixinService weixinService, TemplateMessageUtils templateMessageUtils)
 {
     _weixinService        = weixinService;
     _templateMessageUtils = templateMessageUtils;
 }