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