Implementation of repositories and return infos
This commit is contained in:
@@ -7,5 +7,22 @@ namespace skydiveLogs_api.DataContract
|
||||
{
|
||||
public class JumpResp
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int JumpTypeId { get; set; }
|
||||
|
||||
public int AircraftId { get; set; }
|
||||
|
||||
public int DropZoneId { get; set; }
|
||||
|
||||
public int GearId { get; set; }
|
||||
|
||||
public int ExitAltitude { get; set; }
|
||||
|
||||
public int DeployAltitude { get; set; }
|
||||
|
||||
public bool WithCutaway { get; set; }
|
||||
|
||||
public string Notes { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user