コード例 #1
0
 public JsonResult ReportYear(int year)
 {
     return(Json(StatisticDA0.GetRevenueMonths(year)));
 }