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