Ejemplo n.º 1
0
 public List <MusicVO> GetForAlbum(int id)
 {
     return(_musicRepository.GetForAlbum(id));
 }