Exemplo n.º 1
0
 public int addBill(Bill bill)
 {
     return(BillDao.GetInstance().AddBill(bill));
 }