Esempio n. 1
0
 private bool SongExists(int id)
 {
     return(_songsRepo.SongExists(id));
 }