Move the equipment into the Jump.
This commit is contained in:
@@ -115,6 +115,7 @@ namespace skydiveLogs_api.DomainBusiness
|
||||
myJump.IsSpecial = updatedJump.IsSpecial;
|
||||
myJump.WithCutaway = updatedJump.WithCutaway;
|
||||
myJump.Notes = updatedJump.Notes;
|
||||
myJump.Equipment = updatedJump.Equipment;
|
||||
|
||||
_jumpRepository.Update(myJump);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user