Add a information on the jump that is a special jump

Add the "update" feature on the jump.
This commit is contained in:
Sébastien André
2021-04-21 15:16:10 +02:00
parent 4e89cb5340
commit 69c49ab011
5 changed files with 16 additions and 5 deletions

View File

@@ -23,5 +23,7 @@ namespace skydiveLogs_api.DataContract
public string Notes { get; set; }
public DateTime JumpDate { get; set; }
public bool IsSpecial { get; set; }
}
}
}

View File

@@ -23,5 +23,7 @@ namespace skydiveLogs_api.DataContract
public string Notes { get; set; }
public DateTime JumpDate { get; set; }
public bool IsSpecial { get; set; }
}
}