Example #1
0
 public static ValidationResult ValidateSelf(this IValidatable obj)
 {
     return(obj.GetValidator().Validate(obj));
 }