Exemplo n.º 1
0
 public RuleController(IWxRuleService wxRuleService)
 {
     this.wxRuleService = wxRuleService;
 }
 public WeixinController(IWxRuleService ruleService, IWxAccountService wxAccountService)
 {
     _ruleService          = ruleService;
     this.wxAccountService = wxAccountService;
 }