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)); }
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); }
System.Threading.Tasks.Task <EnviarLoteEventosResponse> ServicoEnviarLoteEventos.EnviarLoteEventosAsync(EnviarLoteEventosRequest request) { return(base.Channel.EnviarLoteEventosAsync(request)); }
EnviarLoteEventosResponse ServicoEnviarLoteEventos.EnviarLoteEventos(EnviarLoteEventosRequest request) { return(base.Channel.EnviarLoteEventos(request)); }