namespace skydiveLogs_api.DataContract { public class StatisticForChartResp { public string Label { get; set; } public string Label2 { get; set; } public int Nb { get; set; } } }