namespace API_SequentMicrosystems.Models { public class PointsModel { public DateTime Time { get; set; } public SortedList RTDDA { get; set; } } }