Ejemplo n.º 1
0
        public Song GetItemById(int id)
        {
            var song = _songRepo.GetItemById(id);

            return(song);
        }