コード例 #1
0
 public bool Create_Inventory(InboundClient.InventoryServiceInbound.Inventory inventory, ref string msg)
 {
     InboundClient.InventoryServiceInbound.Create_InventoryRequest inValue = new InboundClient.InventoryServiceInbound.Create_InventoryRequest();
     inValue.inventory = inventory;
     inValue.msg       = msg;
     InboundClient.InventoryServiceInbound.Create_InventoryResponse retVal = ((InboundClient.InventoryServiceInbound.IInventory_Service)(this)).Create_Inventory(inValue);
     msg = retVal.msg;
     return(retVal.Create_InventoryResult);
 }
コード例 #2
0
 public Create_InventoryRequest(InboundClient.InventoryServiceInbound.Inventory inventory, string msg)
 {
     this.inventory = inventory;
     this.msg       = msg;
 }