Add Gear controller/service/repo and relations in db between Jumps and others objects

This commit is contained in:
Sébastien André
2019-11-22 23:19:17 +01:00
parent 29740709c6
commit b9a29bcd79
12 changed files with 178 additions and 13 deletions

View File

@@ -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; }