示例#1
0
 public string SecHandProductTip()
 {
     Mozart.SecHandProductTip.SecHandProductTipRequest inValue = new Mozart.SecHandProductTip.SecHandProductTipRequest();
     inValue.Body = new Mozart.SecHandProductTip.SecHandProductTipRequestBody();
     Mozart.SecHandProductTip.SecHandProductTipResponse retVal = ((Mozart.SecHandProductTip.SecHandProductMsgSoap)(this)).SecHandProductTip(inValue);
     return(retVal.Body.SecHandProductTipResult);
 }
示例#2
0
 Mozart.SecHandProductTip.SecHandProductTipResponse Mozart.SecHandProductTip.SecHandProductMsgSoap.SecHandProductTip(Mozart.SecHandProductTip.SecHandProductTipRequest request)
 {
     return(base.Channel.SecHandProductTip(request));
 }