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