We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9dc89 commit ee845e4Copy full SHA for ee845e4
templates/dotnet/docs/example.md.twig
@@ -1,4 +1,5 @@
1
using {{ spec.title | caseUcfirst }};
2
+using {{ spec.title | caseUcfirst }}.Services;
3
using {{ spec.title | caseUcfirst }}.Models;
4
5
var client = new Client()
0 commit comments