Example #1
0
 public static List <DetailBillDTO> GetListDrinkByIDBill(int idBill)
 {
     return(DetailBillDAO.GetListDrinkByIDBill(idBill));
 }