6162636465666768
Setor st = this.stRep.pesquisarSetorPorCodigo(cod); return st; } public Setor pesquisarSetorPorDescricao(String desc){ Setor st = this.stRep.pesquisarSetorPorDescricao(desc); return st; }