Esempio n. 1
0
 public DeploymentFramework.IIS.Test.ProcessPO.ProcessPOResponse ProcessPO(DeploymentFramework.IIS.Test.ProcessPO.ProcessPORequest ProcessPORequest)
 {
     DeploymentFramework.IIS.Test.ProcessPO.ProcessPORequest1 inValue = new DeploymentFramework.IIS.Test.ProcessPO.ProcessPORequest1();
     inValue.ProcessPORequest = ProcessPORequest;
     DeploymentFramework.IIS.Test.ProcessPO.ProcessPOResponse1 retVal = ((DeploymentFramework.IIS.Test.ProcessPO.ProcessPOService)(this)).ProcessPO(inValue);
     return(retVal.ProcessPOResponse);
 }
Esempio n. 2
0
 public ProcessPORequest1(DeploymentFramework.IIS.Test.ProcessPO.ProcessPORequest ProcessPORequest)
 {
     this.ProcessPORequest = ProcessPORequest;
 }