コード例 #1
0
 @Get("/espetaculos")
 public List<Espetaculo> lista() {
   // inclui a lista de estabelecimentos
   result.include("estabelecimentos", estabelecimentos.todos());
   return agenda.espetaculos();
 }
コード例 #2
0
 // metodo antigo. aqui soh por backup
 private Estabelecimento criaEstabelecimento(Long id) {
   return estabelecimentos.todos().get(0);
 }