Exemple #1
0
 protected virtual string CanDeleteItem(TModel model)
 {
     return(ValidatorRegistry.GetDeleteErrorMessage(model));
 }