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