We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e9dc89 + ee845e4 commit f2300f0Copy full SHA for f2300f0
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