30313233343536373839
return empresaService.obterTodasEmpresas(); } public void initForm(){ if(this.id == null){ this.entity = new Empresa(); }else{ this.entity = empresaService.obterEmpresaPorId(id); } }