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();
 }