コード例 #1
0
ファイル: Genre.cs プロジェクト: DanBonix/SIO
 public Genre(string libelle, Etagere e)
 {
     this.libelle  = libelle;
     this.lEtagere = e;
 }
コード例 #2
0
        public Etagere nouvelleEtagere(Etagere e)
        {
            lesEtageres.Add(e);

            return e;
        }