Beispiel #1
0
 public Contributor(string role, Artist artist)
 {
     this.Role = role;
     this.Artist = artist;
 }
Beispiel #2
0
 public Contributor(string role, Artist artist)
 {
     this.Role   = role;
     this.Artist = artist;
 }