Update for the tunnel graph to have the stats my month and type of flights
This commit is contained in:
11
Back/skydiveLogs-api/DataContract/StatisticForChartResp.cs
Normal file
11
Back/skydiveLogs-api/DataContract/StatisticForChartResp.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user