Ejemplo n.º 1
0
 protected override void CreateConstraint(IArgumentConstraintManager <int> scope)
 {
     scope.IsGreaterThan(100);
 }