Add Gear controller/service/repo and relations in db between Jumps and others objects
This commit is contained in:
@@ -6,14 +6,6 @@ namespace skydiveLogs_api.Model
|
||||
{
|
||||
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 JumpType JumpType { get; set; }
|
||||
|
||||
public Aircraft Aircraft { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user