コード例 #1
0
        public ActionResult DeleteWishList(int id)
        {
            _wishListRepository.DeleteWishListCart(id);

            return(Ok("Your NESVault Wish List Item Has Been Deleted."));
        }