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