Exemplo n.º 1
0
 public Rule(RuleConditionCollection <T1, T2> conditions)
 {
     Conditions = conditions;
 }
Exemplo n.º 2
0
 public Rule(RuleConditionCollection <T1, T2> conditions, IRuleAction <T1> action) : this(conditions)
 {
     Action = action;
 }