Ejemplo n.º 1
0
 public List <Song> GetSongs(Artist artist)
 {
     return(_cache.GetSongsForArtist(artist.ArtistName));
 }
Ejemplo n.º 2
0
 public List <Album> GetAlbums(Artist artist)
 {
     return(_cache.GetAlbums(artist.ArtistName));
 }