Example #1
0
 public static void requestDeleteProduct(int userId, int ItemId)
 {
     CartHandler.deleteCartItem(userId, ItemId);
 }