Exemplo n.º 1
0
 //lấy tất cả bill
 public List <bill> getAllBill()
 {
     return(billDAO.getAllBill());
 }