Esempio n. 1
0
 public TRuleTypeShouldConjunction NotBeNested()
 {
     _ruleCreator.AddCondition(TypeConditionsDefinition <TRuleType> .NotBeNested());
     return(Create <TRuleTypeShouldConjunction, TRuleType>(_ruleCreator));
 }