示例#1
0
 public DLLGestionVenta.ThinkRetailServiceReference.SalidaMsg CancelaReservaTR(string NoPedido, string Almacen)
 {
     DLLGestionVenta.ThinkRetailServiceReference.CancelaReservaTRRequest inValue = new DLLGestionVenta.ThinkRetailServiceReference.CancelaReservaTRRequest();
     inValue.Body          = new DLLGestionVenta.ThinkRetailServiceReference.CancelaReservaTRRequestBody();
     inValue.Body.NoPedido = NoPedido;
     inValue.Body.Almacen  = Almacen;
     DLLGestionVenta.ThinkRetailServiceReference.CancelaReservaTRResponse retVal = ((DLLGestionVenta.ThinkRetailServiceReference.wsThinkRetailSoap)(this)).CancelaReservaTR(inValue);
     return(retVal.Body.CancelaReservaTRResult);
 }
示例#2
0
 DLLGestionVenta.ThinkRetailServiceReference.CancelaReservaTRResponse DLLGestionVenta.ThinkRetailServiceReference.wsThinkRetailSoap.CancelaReservaTR(DLLGestionVenta.ThinkRetailServiceReference.CancelaReservaTRRequest request)
 {
     return(base.Channel.CancelaReservaTR(request));
 }