예제 #1
0
파일: Artist.cs 프로젝트: dupuyjs/rimshot
 public Contributor(string role, Artist artist)
 {
     this.Role = role;
     this.Artist = artist;
 }
예제 #2
0
 public Contributor(string role, Artist artist)
 {
     this.Role   = role;
     this.Artist = artist;
 }