Exemplo n.º 1
0
 public void DeleteArtist(int artistId)
 {
     _musicRepository.DeleteArtist(artistId);
 }