public void UpdateArtist(Artist artist)
 {
     throw new System.NotImplementedException();
 }
 public void DeleteArtist(Artist artist)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void DeleteArtist(Artist artist)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 4
0
 public void UpdateArtist(Artist artist)
 {
     throw new NotImplementedException();
 }