Ejemplo n.º 1
0
 public void createBillInfo(BillDTO bill, string idTV, NumericUpDown nUD, string totalPrice)
 {
     data.createBillInfo(bill, idTV, nUD, totalPrice);
 }