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