Exemplo n.º 1
0
 public CheckOutDAO() {
   this.conn = Database.getConn();
   this.co = new CheckOut();
 }
Exemplo n.º 2
0
 public TravelAgentDAO() {
   this.conn = Database.getConn();
 }