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);
 }
 public System.Threading.Tasks.Task <InboundClient.InventoryServiceInbound.Create_InventoryResponse> Create_InventoryAsync(InboundClient.InventoryServiceInbound.Create_InventoryRequest request)
 {
     return(base.Channel.Create_InventoryAsync(request));
 }
 InboundClient.InventoryServiceInbound.Create_InventoryResponse InboundClient.InventoryServiceInbound.IInventory_Service.Create_Inventory(InboundClient.InventoryServiceInbound.Create_InventoryRequest request)
 {
     return(base.Channel.Create_Inventory(request));
 }