Exemplo n.º 1
0
 public static int GetTotalDetailBillByIDBill(int idBill)
 {
     return(DetailBillDAO.GetTotalDetailBillByIDBill(idBill));
 }