Add drafts of controllers, repositories and model class
This commit is contained in:
13
Back/skydiveLogs-api.Data/Data/Jump.json
Normal file
13
Back/skydiveLogs-api.Data/Data/Jump.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"jumpTypeId" : 1,
|
||||
"aircraftId" : 1,
|
||||
"dropZoneId" : 1,
|
||||
"gearId" : 1,
|
||||
"exitAltitude" : "4000",
|
||||
"deployAltitude" : "1500",
|
||||
"withCutaway" : false,
|
||||
"notes" : ""
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user