Exemplo n.º 1
0
 public Etage AjouterEtage(string nom)
 {
     return(BDD?.AjouterEtage(nom));
 }