Exemplo n.º 1
0
 bool IProductService.removeFromCart(string userId, string productId)
 {
     return(CartTableServices.removeFromCart(userId, productId));
 }