@@ -75,7 +75,7 @@ public partial class <#= EntityType.Name #>: BaseFullAuditEntity
|
||||
if (!string.IsNullOrEmpty(property.GetComment()))
|
||||
{
|
||||
#>
|
||||
[Comment(" <#= code.XmlComment(property.GetComment().Replace("\\", "|").Trim()) #>")]
|
||||
[Comment("<#= code.XmlComment(property.GetComment().Replace("\\", "|").Trim()) #>")]
|
||||
<#
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user