Ejemplo n.º 1
0
 public BillDTO getTotalPriceByIDBill(BillDTO bill)
 {
     return(data.getTotalPriceByIDBill(bill));
 }