コード例 #1
0
 public EcodexIntegrationSample.SrvRepository.ComprobanteXML ObtenerComprobante(string RFC, string Token, ref long TransaccionID, long TransaccionOriginal, string UUID)
 {
     EcodexIntegrationSample.SrvRepository.SolicitudObtenerComprobante inValue = new EcodexIntegrationSample.SrvRepository.SolicitudObtenerComprobante();
     inValue.RFC                 = RFC;
     inValue.Token               = Token;
     inValue.TransaccionID       = TransaccionID;
     inValue.TransaccionOriginal = TransaccionOriginal;
     inValue.UUID                = UUID;
     EcodexIntegrationSample.SrvRepository.RespuestaObtenerComprobante retVal = ((EcodexIntegrationSample.SrvRepository.Repositorio)(this)).ObtenerComprobante(inValue);
     TransaccionID = retVal.TransaccionID;
     return(retVal.ComprobanteXML);
 }
コード例 #2
0
 EcodexIntegrationSample.SrvRepository.RespuestaObtenerComprobante EcodexIntegrationSample.SrvRepository.Repositorio.ObtenerComprobante(EcodexIntegrationSample.SrvRepository.SolicitudObtenerComprobante request)
 {
     return(base.Channel.ObtenerComprobante(request));
 }