示例#1
0
 public JsonResult GraphTgt(int year, int chc)
 {
     return(Json(kpiDB.GraphTgt(year, chc), JsonRequestBehavior.AllowGet));
 }