Пример #1
0
 public System.Threading.Tasks.Task <_3_Capas.WSCamiones.InsCargamentoResponse> InsCargamentoAsync(long IdRuta, string Descripcion, double Peso)
 {
     _3_Capas.WSCamiones.InsCargamentoRequest inValue = new _3_Capas.WSCamiones.InsCargamentoRequest();
     inValue.Body             = new _3_Capas.WSCamiones.InsCargamentoRequestBody();
     inValue.Body.IdRuta      = IdRuta;
     inValue.Body.Descripcion = Descripcion;
     inValue.Body.Peso        = Peso;
     return(((_3_Capas.WSCamiones.serviceSoap)(this)).InsCargamentoAsync(inValue));
 }
Пример #2
0
 public string InsCargamento(long IdRuta, string Descripcion, double Peso)
 {
     _3_Capas.WSCamiones.InsCargamentoRequest inValue = new _3_Capas.WSCamiones.InsCargamentoRequest();
     inValue.Body             = new _3_Capas.WSCamiones.InsCargamentoRequestBody();
     inValue.Body.IdRuta      = IdRuta;
     inValue.Body.Descripcion = Descripcion;
     inValue.Body.Peso        = Peso;
     _3_Capas.WSCamiones.InsCargamentoResponse retVal = ((_3_Capas.WSCamiones.serviceSoap)(this)).InsCargamento(inValue);
     return(retVal.Body.InsCargamentoResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <_3_Capas.WSCamiones.InsCargamentoResponse> _3_Capas.WSCamiones.serviceSoap.InsCargamentoAsync(_3_Capas.WSCamiones.InsCargamentoRequest request)
 {
     return(base.Channel.InsCargamentoAsync(request));
 }
Пример #4
0
 _3_Capas.WSCamiones.InsCargamentoResponse _3_Capas.WSCamiones.serviceSoap.InsCargamento(_3_Capas.WSCamiones.InsCargamentoRequest request)
 {
     return(base.Channel.InsCargamento(request));
 }