public void UpdateArtist(Artist artist)
 {
     throw new System.NotImplementedException();
 }
 public void DeleteArtist(Artist artist)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void DeleteArtist(Artist artist)
 {
     throw new System.NotImplementedException();
 }
Пример #4
0
 public void UpdateArtist(Artist artist)
 {
     throw new NotImplementedException();
 }