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