Add an action to retrieve un simple summary with
the total of jumps and the last jump
This commit is contained in:
11
Back/skydiveLogs-api/DataContract/SimpleSummaryResp.cs
Normal file
11
Back/skydiveLogs-api/DataContract/SimpleSummaryResp.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace skydiveLogs_api.DataContract
|
||||
{
|
||||
public class SimpleSummaryResp
|
||||
{
|
||||
public int TotalJumps { get; set; }
|
||||
|
||||
public int TotalCutaway { get; set; }
|
||||
|
||||
public JumpResp LastJump { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user