示例#1
0
 public WePayService(ILog log, IWCHelper helper,IWCCommonService commonService ,DataSettings dataSettings)
 {
     _log = log;
     _helper= helper;
     _dataSettings = dataSettings;
     _commonService = commonService;
 }
示例#2
0
 public WePayService(ILog log, IWCHelper helper, IWCCommonService commonService, DataSettings dataSettings)
 {
     _log           = log;
     _helper        = helper;
     _dataSettings  = dataSettings;
     _commonService = commonService;
 }
示例#3
0
 public WePayController(IOrderService orderService, IWorkContext workContext, IWePayService wePayService, IWCCommonService commonService, IWCHelper helper)
 {
     _orderService  = orderService;
     _workContext   = workContext;
     _wePayService  = wePayService;
     _commonService = commonService;
     _helper        = helper;
 }
示例#4
0
 public WePayController(IOrderService orderService, IWorkContext workContext, IWePayService wePayService, IWCCommonService commonService, IWCHelper helper)
 {
     _orderService = orderService;
     _workContext = workContext;
     _wePayService = wePayService;
     _commonService = commonService;
     _helper = helper;
 }
 public WeChatWeChatMenuService(IWCHelper wcHelper, IWCCommonService wcCommonService, ILog log)
 {
     _wcHelper        = wcHelper;
     _wcCommonService = wcCommonService;
     _log             = log;
 }
示例#6
0
 public WCController(IWCCommonService wcCommonService, IWCHelper helper)
 {
     _wcCommonService = wcCommonService;
     _helper          = helper;
 }