public static List<ChartTimes> GetChartTiempos(DateTime fecha) { DataTable chart = new conIncidentes().GetChartTiempos(fecha); return chart.DataTableToList<ChartTimes>(); }
public static List<ChartQuantity> GetChartCantidades(DateTime fecha) { DataTable chart = new conIncidentes().GetChartCantidades(fecha); return chart.DataTableToList<ChartQuantity>(); }