Skip to content

Commit 94a54e1

Browse files
author
Caitlin Bales
committed
Internal constructor comment
1 parent 32376b1 commit 94a54e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Templates/CSharp/Model/EntityType.cs.tt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ namespace <#=entity.Namespace.GetNamespaceName()#>
5757
{
5858
#>
5959

60+
///<summary>
61+
/// The internal <#=entityName#> constructor
62+
///</summary>
6063
protected internal <#=entityName#>()
6164
{
6265
// Don't allow initialization of abstract entity types

0 commit comments

Comments
 (0)