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