コード例 #1
0
 public JsonResult DestroyBook(int id)
 {
     _bookService.DestroyBook(id);
     return(Json(true, JsonRequestBehavior.AllowGet));
 }