Skip to content

Commit fad05db

Browse files
committed
dotnet too
1 parent 8594bf9 commit fad05db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/dotnet/docs/example.md.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ using {{ spec.title | caseUcfirst }}.Enums;
88
{% endfor %}
99
using {{ spec.title | caseUcfirst }}.Models;
1010
using {{ spec.title | caseUcfirst }}.Services;
11-
{% if method.parameters.all | hasPermissionParam %}
12-
using {{ spec.title | caseUcfirst }}.Permission;
13-
using {{ spec.title | caseUcfirst }}.Role;
14-
{% endif %}
1511

1612
Client client = new Client()
1713
{% if method.auth|length > 0 %}

0 commit comments

Comments
 (0)