using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebApplication3.Clases { public class TimeSerie { public string Hora { get; set; } public string Valor { get; set; } } }