Skip to content

Commit a4750f8

Browse files
committed
template fix
+semver:patch
1 parent 67bf5a8 commit a4750f8

File tree

1 file changed

+4
-2
lines changed
  • src/AutSoft.DbScaffolding/CodeTemplates/CSharpInterface

1 file changed

+4
-2
lines changed

src/AutSoft.DbScaffolding/CodeTemplates/CSharpInterface/Interface.hbs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ namespace {{namespace}}
1313
{
1414
public interface {{interface}}
1515
{
16-
{{{> properties}}}
16+
{{#each properties}}
17+
public {{property-type}} {{property-name}} { get; set; }
18+
{{/each}}
1719
}
18-
}
20+
}

0 commit comments

Comments
 (0)