public DaoReservation(Dbal dbal, DaoClient theDaoClient, DaoSalle theDaoSalle, DaoUtilisateur theDaoUtilisateur, DaoTheme theDaoTheme) { mydbal = dbal; this.theDaoClient = theDaoClient; this.theDaoSalle = theDaoSalle; this.theDaoTheme = theDaoTheme; this.theDaoUtilisateur = theDaoUtilisateur; }
public DaoAvis(Dbal mydbal, DaoClient theDaoCLient, DaoTheme theDaoTheme) { this.mydbal = mydbal; this.theDaoCLient = theDaoCLient; this.theDaoTheme = theDaoTheme; }
public DaoSalle(Dbal dbal, DaoVille theDaoVille, DaoTheme theDaoTheme) { mydbal = dbal; this.theDaoVille = theDaoVille; this.theDaoTheme = theDaoTheme; }
public DaoObstacle(Dbal dbal, DaoTheme theDaoTheme) { this.mydbal = dbal; this.theDaoTheme = theDaoTheme; }
public DaoTheme(Dbal dbal, DaoTheme DaoTheme) { this.mydbal = dbal; this.theDaoTheme = DaoTheme; }