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