Ejemplo n.º 1
0
 protected override void CreateConstraint(INegatableArgumentConstraintManager <string> scope)
 {
     scope.IsNullOrEmpty();
 }