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