コード例 #1
0
 //calls the action in service DAlayer which deletes the book from the wishlist
 public string deleteFromWishList(int wishListId)
 {
     return(service.deleteFromWishList(wishListId));
 }