Add an endpoint to call the lof of jumps by page.
This commit is contained in:
@@ -55,6 +55,11 @@ namespace skydiveLogs_api.Infrastructure
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public int GetCount()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public bool Update(UserStats stats)
|
||||
{
|
||||
//col.UpdateMany(x => new Customer { Name
|
||||
|
||||
Reference in New Issue
Block a user