示例#1
0
 public System.Threading.Tasks.Task <JuntaOperaciones.WsCompletarCita.CompletarCitaResponse> CompletarCitaAsync(string usuario, string clave, string numerocita, string contenedor, string isoType, string placa, string dni, string ructercerizada, string precinto1, string precinto2, string precinto3, string precinto4, string peso, string tara)
 {
     JuntaOperaciones.WsCompletarCita.CompletarCitaRequest inValue = new JuntaOperaciones.WsCompletarCita.CompletarCitaRequest();
     inValue.Body                = new JuntaOperaciones.WsCompletarCita.CompletarCitaRequestBody();
     inValue.Body.usuario        = usuario;
     inValue.Body.clave          = clave;
     inValue.Body.numerocita     = numerocita;
     inValue.Body.contenedor     = contenedor;
     inValue.Body.isoType        = isoType;
     inValue.Body.placa          = placa;
     inValue.Body.dni            = dni;
     inValue.Body.ructercerizada = ructercerizada;
     inValue.Body.precinto1      = precinto1;
     inValue.Body.precinto2      = precinto2;
     inValue.Body.precinto3      = precinto3;
     inValue.Body.precinto4      = precinto4;
     inValue.Body.peso           = peso;
     inValue.Body.tara           = tara;
     return(((JuntaOperaciones.WsCompletarCita.CompletarCitasExtraportuarioSoap)(this)).CompletarCitaAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <JuntaOperaciones.WsCompletarCita.CompletarCitaResponse> JuntaOperaciones.WsCompletarCita.CompletarCitasExtraportuarioSoap.CompletarCitaAsync(JuntaOperaciones.WsCompletarCita.CompletarCitaRequest request)
 {
     return(base.Channel.CompletarCitaAsync(request));
 }
示例#3
0
 JuntaOperaciones.WsCompletarCita.CompletarCitaResponse JuntaOperaciones.WsCompletarCita.CompletarCitasExtraportuarioSoap.CompletarCita(JuntaOperaciones.WsCompletarCita.CompletarCitaRequest request)
 {
     return(base.Channel.CompletarCita(request));
 }