public HomeController(IWechatServices wechatServices)
 {
     _wechatServices = wechatServices;
 }
 public WeChatPayController(IAccountPayService accountPayService, IWechatServices wechatServices)
 {
     _accountPayService = accountPayService;
     _wechatServices    = wechatServices;
 }
示例#3
0
 public WechatProvider(IWechatServices wechatServices)
 {
     _wechatServices = wechatServices;
 }