public CheckOutDAO() { this.conn = Database.getConn(); this.co = new CheckOut(); }
public TravelAgentDAO() { this.conn = Database.getConn(); }