Skip to content

Commit ee845e4

Browse files
authored
Add missing using directive
1 parent 4e9dc89 commit ee845e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/dotnet/docs/example.md.twig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using {{ spec.title | caseUcfirst }};
2+
using {{ spec.title | caseUcfirst }}.Services;
23
using {{ spec.title | caseUcfirst }}.Models;
34

45
var client = new Client()

0 commit comments

Comments
 (0)