示例#1
0
        public static Procedure_ConsultaOPDocGeradorRecordType[] Procedure_ConsultaOP(string key, string password, string numeroDocumentoGerador)
        {
            Procedure_ConsultaOPDocGeradorFiltersType filtertype = ConsultaOPDocGeradorRecordType(key, password, numeroDocumentoGerador);

            var result = new WSPagamentoContaDer().Procedure_ConsultaOPDocGerador(filtertype, new ModelVariablesType(), new EnvironmentVariablesType());

            return(result);
        }
示例#2
0
        public static Procedure_ImpressaoRelacaoODRecordType[] Procedure_ImpressaoRelacaoOD(string key, string password, PreparacaoPagamento entity, string impressora)
        {
            Procedure_ImpressaoRelacaoODFiltersType filtertype = ImpressaoRelacaoODRecordType(key, password, entity, impressora);

            var result = new WSPagamentoContaDer().Procedure_ImpressaoRelacaoOD(filtertype, new ModelVariablesType(), new EnvironmentVariablesType());

            return(result);
        }