Add the method "Get*ById" in the stack Business
This commit is contained in:
@@ -31,7 +31,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
public Jump GetJumpById(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return _jumpRepository.GetJumpById(id);
|
||||
}
|
||||
|
||||
public void UpdateJump(int id, Jump jump)
|
||||
|
||||
Reference in New Issue
Block a user