12 lines
220 B
C#
12 lines
220 B
C#
namespace skydiveLogs_api.DataContract
|
|
{
|
|
public class StatisticForChartResp
|
|
{
|
|
public string Label { get; set; }
|
|
|
|
public string Label2 { get; set; }
|
|
|
|
public int Nb { get; set; }
|
|
}
|
|
}
|