Ejemplo n.º 1
0
 public List <Track> GetByGenreId(int id)
 => _context.GetTracksByGenreId(id);