Skip to content

Commit 1c82bd1

Browse files
committed
update mustache
1 parent 3d3c5cd commit 1c82bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ams-dotnet/templates/modelGeneric.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ public class {{classname}}{{#lambdas.DotNetParent}} {{classname}} {{serverUrl}}
44
55
public {{classname}}() { }
66

7+
{{#lambdas.specificConstructor}} {{classname}} {{/lambdas.specificConstructor}}
8+
79
public {{classname}}( {{#vars}}{{{dataType}}} {{#lambda.camelcase_param}}{{name}}{{/lambda.camelcase_param}}{{^-last}} , {{/-last}}{{/vars}})
810
{
911
{{#vars}}

0 commit comments

Comments
 (0)