Esempio n. 1
0
 public FriendManager(DataBase data) throws ClassNotFoundException {
   this.db = data;
   this.conn = db.getConnection();
 }