Esempio n. 1
0
 Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputResponse Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.IOutputHandlerService.CreateOutput(Imi.SupplyChain.Server.Job.CentiroAdapter.OutputManagerService.CreateOutputRequest request)
 {
     return(base.Channel.CreateOutput(request));
 }
Esempio 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);
 }