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