Example #1
0
 public static void DeleteOneProduct(int idbill, int idProduct) => DetailBillDAO.DeleteOneProduct(idbill, idProduct);