Example #1
0
 public JsonResult Delete(int bookId) // ok
 {
     notebookservice.RemoveNoteBook(bookId);
     return(Json(true));
 }