Exemplo n.º 1
0
 public CreateOutputRequest(Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputParametersCollection CreateOutputParametersCollection)
 {
     this.CreateOutputParametersCollection = CreateOutputParametersCollection;
 }
Exemplo n.º 2
0
 public Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputResultCollection CreateOutput(Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputParametersCollection CreateOutputParametersCollection)
 {
     Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputRequest inValue = new Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputRequest();
     inValue.CreateOutputParametersCollection = CreateOutputParametersCollection;
     Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputResponse retVal = ((Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.IOutputHandlerService)(this)).CreateOutput(inValue);
     return(retVal.CreateOutputResult);
 }