Add the "delete" feature for the "Jump"
This commit is contained in:
@@ -51,7 +51,7 @@ namespace skydiveLogs_api.DomainBusiness
|
||||
|
||||
public void DeleteJumpById(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
_jumpRepository.DeleteById(id);
|
||||
}
|
||||
|
||||
public IEnumerable<Jump> GetAllJumps()
|
||||
|
||||
Reference in New Issue
Block a user