コード例 #1
0
 public JsonResult Shows()
 {
     return(Json(inodeServices.Show(), JsonRequestBehavior.AllowGet));
 }