Exemplo n.º 1
0
 public DaoVille(Dbal dbal, DaoVille DaoVille)
 {
     this.mydbal      = dbal;
     this.theDaoVille = DaoVille;
 }
Exemplo n.º 2
0
 public DaoUtilisateur(Dbal dbal, DaoVille theDaoVille)
 {
     mydbal           = dbal;
     this.theDaoVille = theDaoVille;
 }
Exemplo n.º 3
0
 public DaoSalle(Dbal dbal, DaoVille theDaoVille, DaoTheme theDaoTheme)
 {
     mydbal           = dbal;
     this.theDaoVille = theDaoVille;
     this.theDaoTheme = theDaoTheme;
 }
Exemplo n.º 4
0
 public DaoUtilisateur(Dbal dbal, DaoVille unDaoVille)
 {
     mydbal      = dbal;
     theDaoVille = unDaoVille;
 }