Add the method "Get*ById" in the stack Business
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using skydiveLogs_api.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using skydiveLogs_api.Data.Interface;
|
||||
|
||||
namespace skydiveLogs_api.Business
|
||||
@@ -31,7 +30,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
public JumpType GetJumpTypeById(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return _jumpTypeRepository.GetJumpTypeById(id);
|
||||
}
|
||||
|
||||
public void UpdateJumpType(int id, JumpType value)
|
||||
|
||||
Reference in New Issue
Block a user