leonardo 2016-05-13 20:53:23 +00:00
parent d83a9f94fe
commit b002bbe780
1 changed files with 5 additions and 0 deletions

View File

@ -187,4 +187,9 @@ public class EmpresaServiceImpl implements EmpresaService {
comEmpTipoEventoExtra.setActivo(Boolean.FALSE);
empresaDAO.removerComissaoTipoEventoExtra(comEmpTipoEventoExtra);
}
@Override
public List<Empresa> obtenerTodosIncluindoEmpresaTodas(){
return empresaDAO.obtenerTodosIncluindoEmpresaTodas();
}
}