Example #1
0
    public ProductControllerModel AddToWishlist(string product_id)
    {
        ProductControllerModel model = ProductController.AddToWishlist(product_id);

        return(model);
    }