Beispiel #1
0
 private void Validate()
 {
     ValidSpecification = new EmailValidation <object>();
     ValidSpecification.IsSatisfiedBy(this);
 }