udpate csharp client with restsharp

This commit is contained in:
wing328
2015-04-28 23:48:29 +08:00
parent 5c057e1306
commit 8818c209df
13 changed files with 347 additions and 608 deletions

View File

@@ -80,7 +80,7 @@ public class CSharpClientCodegen extends DefaultCodegen implements CodegenConfig
typeMapping.put("double", "double?");
typeMapping.put("number", "double?");
typeMapping.put("Date", "DateTime");
typeMapping.put("file", "byte[]");
typeMapping.put("file", "string"); // path to file
typeMapping.put("array", "List");
typeMapping.put("map", "Dictionary");