bool IProductService.removeFromCart(string userId, string productId) { return(CartTableServices.removeFromCart(userId, productId)); }