示例#1
0
 public WechatController(IWechatAuthAppService wechatAuthAppService,
                         IWechatMsgAppService wechatMsgAppService)
 {
     _wechatAuthAppService = wechatAuthAppService;
     _wechatMsgAppService  = wechatMsgAppService;
 }
示例#2
0
        // private const string base_returnUrl = "http://{0}{1}";

        public AccountController(IWechatAuthAppService wechatAuthAppService)
        {
            _wechatAuthAppService = wechatAuthAppService;
        }