Esempio n. 1
0
 public Oven_AI.ChangeProductionServiceWSService.changeProductionResponse changeProduction(Oven_AI.ChangeProductionServiceWSService.changeProduction changeProduction1)
 {
     Oven_AI.ChangeProductionServiceWSService.changeProductionRequest1 inValue = new Oven_AI.ChangeProductionServiceWSService.changeProductionRequest1();
     inValue.changeProduction = changeProduction1;
     Oven_AI.ChangeProductionServiceWSService.changeProductionResponse1 retVal = ((Oven_AI.ChangeProductionServiceWSService.ChangeProductionServiceWS)(this)).changeProduction(inValue);
     return(retVal.changeProductionResponse);
 }
Esempio n. 2
0
 Oven_AI.ChangeProductionServiceWSService.changeProductionResponse1 Oven_AI.ChangeProductionServiceWSService.ChangeProductionServiceWS.changeProduction(Oven_AI.ChangeProductionServiceWSService.changeProductionRequest1 request)
 {
     return(base.Channel.changeProduction(request));
 }