Ejemplo n.º 1
0
 internal void Validate(object value)
 {
     if (_validation != null)
     {
         _validation.Validate(value);
     }
 }