File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ namespace <#=entity.Namespace.GetNamespaceName()#>
8989<# } #>
9090 /// </summary>
9191 <#=attributeDefinition#>
92- public I<#=propertyCollectionPage#> <#=propertyName.GetSanitizedPropertyName(null, true )#> { get; set; }
92+ public I<#=propertyCollectionPage#> <#=propertyName.GetSanitizedPropertyName()#> { get; set; }
9393 <#
9494 }
9595 else
@@ -104,7 +104,7 @@ namespace <#=entity.Namespace.GetNamespaceName()#>
104104<# } #>
105105 /// </summary>
106106 <#=attributeDefinition#>
107- public IEnumerable<<#=propertyType#>> <#=propertyName.GetSanitizedPropertyName(null, true )#> { get; set; }
107+ public IEnumerable<<#=propertyType#>> <#=propertyName.GetSanitizedPropertyName()#> { get; set; }
108108 <#
109109 }
110110 }
You can’t perform that action at this time.
0 commit comments