Esempio n. 1
0
 internal IEnumerable <Song> GetSongsByArtist(int id)
 {
     return(_repo.GetSongsByArtist(id));
 }