Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 public DaoAvis(Dbal mydbal, DaoClient theDaoCLient, DaoTheme theDaoTheme)
 {
     this.mydbal       = mydbal;
     this.theDaoCLient = theDaoCLient;
     this.theDaoTheme  = theDaoTheme;
 }
Esempio n. 3
0
 public DaoSalle(Dbal dbal, DaoVille theDaoVille, DaoTheme theDaoTheme)
 {
     mydbal           = dbal;
     this.theDaoVille = theDaoVille;
     this.theDaoTheme = theDaoTheme;
 }
Esempio n. 4
0
 public DaoObstacle(Dbal dbal, DaoTheme theDaoTheme)
 {
     this.mydbal      = dbal;
     this.theDaoTheme = theDaoTheme;
 }
Esempio n. 5
0
 public DaoTheme(Dbal dbal, DaoTheme DaoTheme)
 {
     this.mydbal      = dbal;
     this.theDaoTheme = DaoTheme;
 }