Split tables for the stats (#6)
Reviewed-on: #6 Co-authored-by: sandre <perso@sebastienandre.com> Co-committed-by: sandre <perso@sebastienandre.com>
This commit was merged in pull request #6.
This commit is contained in:
@@ -30,12 +30,30 @@ namespace skydiveLogs_api.Infrastructure.Interfaces
|
||||
|
||||
ILiteCollection<JumpType> CollOfJumpType { get; }
|
||||
|
||||
ILiteCollection<UserStats> CollOfStats { get; }
|
||||
|
||||
ILiteCollection<User> CollOfUser { get; }
|
||||
|
||||
|
||||
ILiteCollection<TunnelFlight> CollOfTunnelFlight { get; }
|
||||
|
||||
ILiteCollection<StatsByAircraft> CollOfStatsByAircraft { get; }
|
||||
|
||||
ILiteCollection<StatsByDz> CollOfStatsByDz { get; }
|
||||
|
||||
ILiteCollection<StatsByGear> CollOfStatsByGear { get; }
|
||||
|
||||
ILiteCollection<StatsByJumpType> CollOfStatsByJumpType { get; }
|
||||
|
||||
ILiteCollection<StatsByYear> CollOfStatsByYear { get; }
|
||||
|
||||
ILiteCollection<StatsForLastMonthByDz> CollOfStatsForLastMonthByDz { get; }
|
||||
|
||||
ILiteCollection<StatsForLastMonthByJumpType> CollOfStatsForLastMonthByJumpType { get; }
|
||||
|
||||
ILiteCollection<StatsForLastYearByDz> CollOfStatsForLastYearByDz { get; }
|
||||
|
||||
ILiteCollection<StatsForLastYearByJumpType> CollOfStatsForLastYearByJumpType { get; }
|
||||
|
||||
ILiteCollection<StatsByYearByJumpType> CollOfStatsByYearByJumpType { get; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user