Ejemplo n.º 1
0
        public Dependente PesquisarPorCodigo(string cod)
        {
            Dependente dependente = new Dependente();

            return(dependente.PesquisarPorCodDependente(cod));
        }