Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 646cd2c

Browse files
authoredNov 22, 2017
Update Builder.tt
1 parent 56db655 commit 646cd2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎T4Template.Demo/Builder.tt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<#CreateRepoInterface();#>
2020

2121
<#+
22-
static string NameClass = "Book"; //nom de la classe générée par le template
22+
static string NameClass = "Book"; //name of class template
2323

2424
string repoInterfaceFileName = string.Format("IRepositories/I{0}Repository.cs",NameClass);
2525
string repoImplementationFileName = string.Format("Repositories/{0}Repository.cs",NameClass);
@@ -62,4 +62,4 @@
6262

6363
}
6464

65-
#>
65+
#>

0 commit comments

Comments
 (0)
Please sign in to comment.