コード例 #1
0
 public JsonResult GraphProdCastAct(int year)
 {
     return(Json(kpiDB.GraphProdCastAct(year), JsonRequestBehavior.AllowGet));
 }