Skip to content

Commit e1d56f9

Browse files
committed
Remove superflous code generated attribute
1 parent 8c589d1 commit e1d56f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EntityFramework.Reverse.POCO.Generator/EF.Reverse.POCO.ttinclude

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,6 @@ if(returnModelCount < 2)
11751175
foreach (var returnModel in sp.ReturnModels)
11761176
{
11771177
model++;#>
1178-
<#if(IncludeCodeGeneratedAttribute){#> <#=CodeGeneratedAttribute#>
1179-
<#}#>
11801178
public class ResultSetModel<#= model #>
11811179
{
11821180
<# foreach (var returnColumn in returnModel)

0 commit comments

Comments
 (0)