Exemplo 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;
 }
Exemplo n.º 2
0
 public DaoUtilisateur(Dbal dbal, DaoUtilisateur DaoUser)
 {
     this.mydbal     = dbal;
     this.theDaoUser = DaoUser;
 }