Example #1
0
 public static int GetQuantityDrink(int idbill, int idDrink)
 {
     return(DetailBillDAO.GetQuantityDrink(idbill, idDrink));
 }