Ejemplo n.º 1
0
 public JsonResult ReportYear(int year)
 {
     return(Json(StatisticDA0.GetRevenueMonths(year)));
 }