Exemple #1
0
        public System.Threading.Tasks.Task <EnviarLoteEventosResponse> EnviarLoteEventosAsync(System.Xml.XmlElement loteEventos)
        {
            EnviarLoteEventosRequest inValue = new EnviarLoteEventosRequest();

            inValue.Body             = new EnviarLoteEventosRequestBody();
            inValue.Body.loteEventos = loteEventos;
            return(((ServicoEnviarLoteEventos)(this)).EnviarLoteEventosAsync(inValue));
        }
Exemple #2
0
        public System.Xml.XmlElement EnviarLoteEventos(System.Xml.XmlElement loteEventos)
        {
            EnviarLoteEventosRequest inValue = new EnviarLoteEventosRequest();

            inValue.Body             = new EnviarLoteEventosRequestBody();
            inValue.Body.loteEventos = loteEventos;
            EnviarLoteEventosResponse retVal = ((ServicoEnviarLoteEventos)(this)).EnviarLoteEventos(inValue);

            return(retVal.Body.EnviarLoteEventosResult);
        }
Exemple #3
0
 System.Threading.Tasks.Task <EnviarLoteEventosResponse> ServicoEnviarLoteEventos.EnviarLoteEventosAsync(EnviarLoteEventosRequest request)
 {
     return(base.Channel.EnviarLoteEventosAsync(request));
 }
Exemple #4
0
 EnviarLoteEventosResponse ServicoEnviarLoteEventos.EnviarLoteEventos(EnviarLoteEventosRequest request)
 {
     return(base.Channel.EnviarLoteEventos(request));
 }