public virtual bool Validate()
 {
     return(errors.Validate());
 }
Exemple #2
0
 public bool Validate()
 {
     return(errors.Validate());
 }