try string in input type
This commit is contained in:
@ -21,7 +21,6 @@ namespace ${env['packagename']}.Implementations
|
||||
|
||||
#for $operation in $operations
|
||||
#if $operation['paramInputTypes']
|
||||
// $operation['func']
|
||||
[DataContract]
|
||||
public class ${operation['func']}InputType
|
||||
{
|
||||
@ -30,7 +29,7 @@ namespace ${env['packagename']}.Implementations
|
||||
[Required]
|
||||
#end if
|
||||
[DataMember(Name="$inputType['name']")]
|
||||
public int $inputType['csName'] { get; set; }
|
||||
public $inputType['type'] $inputType['csName'] { get; set; }
|
||||
|
||||
#end for
|
||||
}
|
||||
|
Reference in New Issue
Block a user