コード例 #1
0
 public JsonResult CRUDkpiDept(KPIDept kp, char ch)
 {
     return(Json(kpiDB.CRUDkpiDept(kp, ch), JsonRequestBehavior.AllowGet));
 }