Beispiel #1
0
 public string UpdateStockWith(int id, int quantity)
 {
     Vendor.UPDATESTOCK.UpdateStockWithRequest inValue = new Vendor.UPDATESTOCK.UpdateStockWithRequest();
     inValue.Body          = new Vendor.UPDATESTOCK.UpdateStockWithRequestBody();
     inValue.Body.id       = id;
     inValue.Body.quantity = quantity;
     Vendor.UPDATESTOCK.UpdateStockWithResponse retVal = ((Vendor.UPDATESTOCK.WS_UpdateStockSoap)(this)).UpdateStockWith(inValue);
     return(retVal.Body.UpdateStockWithResult);
 }
Beispiel #2
0
 Vendor.UPDATESTOCK.UpdateStockWithResponse Vendor.UPDATESTOCK.WS_UpdateStockSoap.UpdateStockWith(Vendor.UPDATESTOCK.UpdateStockWithRequest request)
 {
     return(base.Channel.UpdateStockWith(request));
 }