예제 #1
0
 public IEnumerable GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }
예제 #2
0
 IEnumerable INotifyDataErrorInfo.GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }