Add an endpoint to call the lof of jumps by page.
This commit is contained in:
14
Back/skydiveLogs-api/DataContract/JumpListResp.cs
Normal file
14
Back/skydiveLogs-api/DataContract/JumpListResp.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.DataContract
|
||||
{
|
||||
public class JumpListResp
|
||||
{
|
||||
#region Public Properties
|
||||
|
||||
public int Count { get; set; }
|
||||
public IEnumerable<JumpResp> Rows { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user