Ejemplo n.º 1
0
 public Genre(string libelle, Etagere e)
 {
     this.libelle  = libelle;
     this.lEtagere = e;
 }
Ejemplo n.º 2
0
 public Add(Etagere e)
 {
     e=new Etagere(
 }