diff --git a/templates/dotnet/docs/example.md.twig b/templates/dotnet/docs/example.md.twig index d90cde076..2ce25f701 100644 --- a/templates/dotnet/docs/example.md.twig +++ b/templates/dotnet/docs/example.md.twig @@ -1,4 +1,5 @@ using {{ spec.title | caseUcfirst }}; +using {{ spec.title | caseUcfirst }}.Services; using {{ spec.title | caseUcfirst }}.Models; var client = new Client()