Exemplo n.º 1
0
 public RuleActionCEN(IRuleActionCAD _IRuleActionCAD)
 {
     this._IRuleActionCAD = _IRuleActionCAD;
 }
Exemplo n.º 2
0
 public RuleActionCEN()
 {
     this._IRuleActionCAD = new RuleActionCAD();
 }