Ejemplo n.º 1
0
 public override bool IsValid(object value)
 {
     return(CarValidation.ValidateLicensePlate(value.ToString()));
 }