Skip to content

Commit 07c7ea7

Browse files
author
Caitlin Bales (MSFT)
committed
Fix merge conflicts
1 parent 64bef7a commit 07c7ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Templates/CSharp/Model/EntityType.cs.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)