예제 #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;
 }
예제 #2
0
 public DaoSalle(Dbal dbal, DaoSalle DaoSalle)
 {
     this.mydbal      = dbal;
     this.theDaoSalle = DaoSalle;
 }