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