using System; using System.Collections.Generic; namespace AsbCloudApp.Data { public class TelemetryOperationInfoDto { public DateTime IntervalBegin { get; set; } public IList Operations { get; set; } } }