コード例 #1
0
 public Artiste(int id, string nom, string site, Courant leCourant)
 {
     this.id        = id;
     this.nom       = nom;
     this.site      = site;
     this.LeCourant = leCourant;
 }
コード例 #2
0
 public Artiste(string nom, string site, Courant leCourant)
 {
     this.nom       = nom;
     this.site      = site;
     this.leCourant = leCourant;
 }