Fix the datacontract to request API

This commit is contained in:
Sébastien André
2020-04-03 13:45:17 +02:00
parent 4abcf4832f
commit 6810db7de4
5 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,5 +2,8 @@
{
public class JumpTypeReq
{
public int Id { get; set; }
public string Name { get; set; }
}
}