datamemberattribute

This commit is contained in:
2021-11-24 12:28:45 +01:00
parent 6a0424d9f1
commit 1bc9349f60
3 changed files with 7 additions and 2 deletions

View File

@ -45,7 +45,7 @@ $paramsInputType['type'] $paramsInputType['name'] #slurp
[FromBody]$operation['bodyInputType']['csName'] $operation['bodyInputType']['apiName'] #slurp
#end if
) {
_dbService.JustDoSomething("Hello ${operation['func']}");
_dbService.JustDoSomething<$operation['resultType']['csName']>("Hello ${operation['func']}");
// Statement:
#if not $operation['statement']