示例#1
0
 public static bool HasStringValidation(this DTOFieldModel model)
 {
     return(model.HasStereotype("String Validation"));
 }