using System.Collections.Generic; namespace skydiveLogs_api.DataContract { public class StatisticForLastMonthResp { public IEnumerable ByDz { get; set; } public IEnumerable ByJumpType { get; set; } } }