Fix the datacontract to request API
This commit is contained in:
Binary file not shown.
BIN
Back/skydiveLogs-api/Data/JumpsDb-log.db
Normal file
BIN
Back/skydiveLogs-api/Data/JumpsDb-log.db
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,5 +2,8 @@
|
|||||||
{
|
{
|
||||||
public class JumpTypeReq
|
public class JumpTypeReq
|
||||||
{
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
public string Name { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user