Ejemplo n.º 1
0
        public void carregarParametros()
        {
            this.OMovimentoOperacaoDTO.nroContaDestino = UtilRequest.getInt32("nroContaDestino");
            this.OMovimentoOperacaoDTO.valorOperacao   = UtilRequest.getDecimal("valorOperacao");

            this.carregarMembroDestino();
        }