Update for the tunnel graph to have the stats my month and type of flights

This commit is contained in:
Sébastien ANDRE
2023-08-22 13:04:29 +02:00
parent e21ab458b1
commit 7abfa2b2b7
6 changed files with 26 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
namespace skydiveLogs_api.DataContract
{
public class StatisticForChartResp
{
public string Label { get; set; }
public string Label2 { get; set; }
public int Nb { get; set; }
}
}