using System; namespace AsbCloudDb.Model { public interface ITelemetryData: IId { int IdTelemetry { get; set; } DateTime Date { get; set; } } }