示例#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;
        }