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