Exemple #1
0
 public JsonResult GraphCNAct(int year)
 {
     return(Json(kpiDB.GraphCNAct(year), JsonRequestBehavior.AllowGet));
 }