Add an action to retrieve un simple summary with
the total of jumps and the last jump
This commit is contained in:
@@ -22,5 +22,7 @@ namespace skydiveLogs_api.Business.Interface
|
||||
IEnumerable<Statistic> GetStatsForLastMonthByDz();
|
||||
|
||||
IEnumerable<Statistic> GetStatsForLastMonthByJumpType();
|
||||
|
||||
SimpleSummary GetSimpleSummary();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user