示例#1
0
 public System.Threading.Tasks.Task <iVesService.apiConsultaLote.ConsultarLoteEventosResponse> ConsultarLoteEventosAsync(System.Xml.Linq.XElement consulta)
 {
     iVesService.apiConsultaLote.ConsultarLoteEventosRequest inValue = new iVesService.apiConsultaLote.ConsultarLoteEventosRequest();
     inValue.Body          = new iVesService.apiConsultaLote.ConsultarLoteEventosRequestBody();
     inValue.Body.consulta = consulta;
     return(((iVesService.apiConsultaLote.ServicoConsultarLoteEventos)(this)).ConsultarLoteEventosAsync(inValue));
 }
示例#2
0
 public System.Xml.Linq.XElement ConsultarLoteEventos(System.Xml.Linq.XElement consulta)
 {
     iVesService.apiConsultaLote.ConsultarLoteEventosRequest inValue = new iVesService.apiConsultaLote.ConsultarLoteEventosRequest();
     inValue.Body          = new iVesService.apiConsultaLote.ConsultarLoteEventosRequestBody();
     inValue.Body.consulta = consulta;
     iVesService.apiConsultaLote.ConsultarLoteEventosResponse retVal = ((iVesService.apiConsultaLote.ServicoConsultarLoteEventos)(this)).ConsultarLoteEventos(inValue);
     return(retVal.Body.ConsultarLoteEventosResult);
 }
示例#3
0
 System.Threading.Tasks.Task <iVesService.apiConsultaLote.ConsultarLoteEventosResponse> iVesService.apiConsultaLote.ServicoConsultarLoteEventos.ConsultarLoteEventosAsync(iVesService.apiConsultaLote.ConsultarLoteEventosRequest request)
 {
     return(base.Channel.ConsultarLoteEventosAsync(request));
 }
示例#4
0
 iVesService.apiConsultaLote.ConsultarLoteEventosResponse iVesService.apiConsultaLote.ServicoConsultarLoteEventos.ConsultarLoteEventos(iVesService.apiConsultaLote.ConsultarLoteEventosRequest request)
 {
     return(base.Channel.ConsultarLoteEventos(request));
 }