add back deprecated method

This commit is contained in:
wing328
2015-12-03 17:33:25 +08:00
parent 4482f71e05
commit dd28075a0e
10 changed files with 77 additions and 21 deletions

View File

@@ -20,7 +20,6 @@ namespace SwaggerClient.TestApiClient
List<int> numList = new List<int>(new int[] {1, 37});
Assert.AreEqual("1,37", api.ParameterToString (numList));
}
}
}