Ejemplo n.º 1
0
 public static void RemoveItem(int idProduct)
 {
     ShoppingCartMapper shoppingCartMapper = new ShoppingCartMapper();
     shoppingCartMapper.RemoveShoppingCartItem(idProduct);
 }