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