Exemplo n.º 1
0
 public virtual string GetPluralNameForType(Type type)
 {
     return(SingularToPluralTranslator.CamelCaseToPlural(BaseFilter.GetTypeMappedName(type)));
 }