Exemplo n.º 1
0
 public JsonResult GraphRejCastAct(int year)
 {
     return(Json(kpiDB.GraphRejCastAct(year), JsonRequestBehavior.AllowGet));
 }