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