datamemberattribute
This commit is contained in:
@ -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']
|
||||
|
Reference in New Issue
Block a user