Ejemplo n.º 1
0
        public Track GetById(int id)
        {
            var track = _context.GetTrack(id);

            return(track);
        }