Add an endpoint to call the lof of jumps by page.
This commit is contained in:
@@ -48,6 +48,11 @@ namespace skydiveLogs_api.Infrastructure
|
||||
return _col.FindById(new BsonValue(id));
|
||||
}
|
||||
|
||||
public int GetCount()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public bool Update(DropZone updatedDz)
|
||||
{
|
||||
return _col.Update(updatedDz);
|
||||
|
||||
Reference in New Issue
Block a user