Exemplo n.º 1
0
 @GET
 public List<Genre> getAllGenres() {
   return genreManager.getAllGenres();
 }