示例#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 DaoAvis(Dbal mydbal, DaoClient theDaoCLient, DaoTheme theDaoTheme)
 {
     this.mydbal       = mydbal;
     this.theDaoCLient = theDaoCLient;
     this.theDaoTheme  = theDaoTheme;
 }
示例#3
0
 public DaoTransaction(Dbal mydbal, DaoClient theDaoClient, DaoReservation theDaoReservation)
 {
     this.mydbal            = mydbal;
     this.theDaoClient      = theDaoClient;
     this.theDaoReservation = theDaoReservation;
 }