Ejemplo n.º 1
0
 public IEnumerable GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }
Ejemplo n.º 2
0
 IEnumerable INotifyDataErrorInfo.GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }