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