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