Пример #1
0
 public string thematicProductOrderFeedback(string paramXml)
 {
     TPOrderFeedbackService.thematicProductOrderFeedback inValue = new TPOrderFeedbackService.thematicProductOrderFeedback();
     inValue.Body          = new TPOrderFeedbackService.thematicProductOrderFeedbackBody();
     inValue.Body.paramXml = paramXml;
     TPOrderFeedbackService.thematicProductOrderFeedbackResponse retVal = ((TPOrderFeedbackService.ITPOrderFeedback)(this)).thematicProductOrderFeedback(inValue);
     return(retVal.Body.@return);
 }
Пример #2
0
 TPOrderFeedbackService.thematicProductOrderFeedbackResponse TPOrderFeedbackService.ITPOrderFeedback.thematicProductOrderFeedback(TPOrderFeedbackService.thematicProductOrderFeedback request)
 {
     return(base.Channel.thematicProductOrderFeedback(request));
 }