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