public DaoVille(Dbal dbal, DaoVille DaoVille) { this.mydbal = dbal; this.theDaoVille = DaoVille; }
public DaoUtilisateur(Dbal dbal, DaoVille theDaoVille) { mydbal = dbal; this.theDaoVille = theDaoVille; }
public DaoSalle(Dbal dbal, DaoVille theDaoVille, DaoTheme theDaoTheme) { mydbal = dbal; this.theDaoVille = theDaoVille; this.theDaoTheme = theDaoTheme; }
public DaoUtilisateur(Dbal dbal, DaoVille unDaoVille) { mydbal = dbal; theDaoVille = unDaoVille; }