Ejemplo n.º 1
0
 protected StatefulRuleSet(RuleEngineState engineState) : base()
 {
     EngineState = engineState;
 }
Ejemplo n.º 2
0
 protected StatefulRuleSet() : base()
 {
     EngineState = new RuleEngineState();
 }