示例#1
0
 public List <Track> GetByGenreId(int id)
 => _context.GetTracksByGenreId(id);