Update the business layer to implement the "Add" action
This commit is contained in:
@@ -39,7 +39,7 @@ namespace skydiveLogs_api.Business
|
||||
jump.DropZone = selectedDropZone;
|
||||
jump.Gear = selectedGear;
|
||||
|
||||
_jumpRepository.AddJump(jump);
|
||||
_jumpRepository.Add(jump);
|
||||
}
|
||||
|
||||
public void DeleteJumpById(int id)
|
||||
|
||||
Reference in New Issue
Block a user