Add a information on the jump that is a special jump
Add the "update" feature on the jump.
This commit is contained in:
@@ -23,5 +23,7 @@ namespace skydiveLogs_api.DataContract
|
||||
public string Notes { get; set; }
|
||||
|
||||
public DateTime JumpDate { get; set; }
|
||||
|
||||
public bool IsSpecial { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,5 +23,7 @@ namespace skydiveLogs_api.DataContract
|
||||
public string Notes { get; set; }
|
||||
|
||||
public DateTime JumpDate { get; set; }
|
||||
|
||||
public bool IsSpecial { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user