public HomeController(IWechatServices wechatServices) { _wechatServices = wechatServices; }
public WeChatPayController(IAccountPayService accountPayService, IWechatServices wechatServices) { _accountPayService = accountPayService; _wechatServices = wechatServices; }
public WechatProvider(IWechatServices wechatServices) { _wechatServices = wechatServices; }