Examples of Setor


Examples of maissocial.entidade.Setor

        Setor st = this.stRep.pesquisarSetorPorCodigo(cod);
        return st;
    }

    public Setor pesquisarSetorPorDescricao(String desc){
        Setor st = this.stRep.pesquisarSetorPorDescricao(desc);
        return st;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.