Пример #1
0
 public AttributesShouldConjunction BeSealed()
 {
     _ruleCreator.AddCondition(AttributeConditionsDefinition.BeSealed());
     return(new AttributesShouldConjunction(_ruleCreator));
 }