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