示例#1
0
 public LookupInventoryRequest(IntegrationDays.SignalRDemo.LookupService.InventoryLookupRequest InventoryLookupRequest)
 {
     this.InventoryLookupRequest = InventoryLookupRequest;
 }
示例#2
0
 public void LookupInventory(IntegrationDays.SignalRDemo.LookupService.InventoryLookupRequest InventoryLookupRequest)
 {
     IntegrationDays.SignalRDemo.LookupService.LookupInventoryRequest inValue = new IntegrationDays.SignalRDemo.LookupService.LookupInventoryRequest();
     inValue.InventoryLookupRequest = InventoryLookupRequest;
     IntegrationDays.SignalRDemo.LookupService.LookupInventoryResponse retVal = ((IntegrationDays.SignalRDemo.LookupService.IntegrationDays_SignalRDemo_BT_ProcessInventoryRequest_ReceiveInventoryRequestPort)(this)).LookupInventory(inValue);
 }