public RuleCompilationsController(IRuleFacadeService ruleService)
 {
     this.ruleService = ruleService;
     var x = HttpContext.Current;
 }
 public PolicyRuleTrailsController(IRuleFacadeService ruleService)
 {
     this.ruleService = ruleService;
 }
示例#3
0
 public RulesController(IRuleFacadeService ruleService)
 {
     this.ruleService = ruleService;
 }