Ejemplo n.º 1
0
 public string thematicProductOrderRegister(string paramXml)
 {
     TPOrderRegisterService.thematicProductOrderRegister inValue = new TPOrderRegisterService.thematicProductOrderRegister();
     inValue.Body          = new TPOrderRegisterService.thematicProductOrderRegisterBody();
     inValue.Body.paramXml = paramXml;
     TPOrderRegisterService.thematicProductOrderRegisterResponse retVal = ((TPOrderRegisterService.ITPOrderRegister)(this)).thematicProductOrderRegister(inValue);
     return(retVal.Body.@return);
 }
Ejemplo n.º 2
0
 TPOrderRegisterService.thematicProductOrderRegisterResponse TPOrderRegisterService.ITPOrderRegister.thematicProductOrderRegister(TPOrderRegisterService.thematicProductOrderRegister request)
 {
     return(base.Channel.thematicProductOrderRegister(request));
 }