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