Add the datacontract model to have less data on some call
This commit is contained in:
@@ -8,9 +8,9 @@ namespace skydiveLogs_api.DataContract
|
||||
|
||||
public JumpTypeResp JumpType { get; set; }
|
||||
|
||||
public AircraftResp Aircraft { get; set; }
|
||||
public AircraftSimpleResp Aircraft { get; set; }
|
||||
|
||||
public DropZoneResp DropZone { get; set; }
|
||||
public DropZoneSimpleResp DropZone { get; set; }
|
||||
|
||||
public GearResp Gear { get; set; }
|
||||
|
||||
@@ -24,4 +24,4 @@ namespace skydiveLogs_api.DataContract
|
||||
|
||||
public DateTime JumpDate { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user