Exemplo n.º 1
0
 public Artist(string artist)
 {
     this.artist = artist;
 }
Exemplo n.º 2
0
 private Artist(MsArtist artist)
 {
     this.artist = artist;
 }
Exemplo n.º 3
0
 private Artist(MsArtist artist)
 {
     this.artist = artist;
 }