Example #1
0
 public string getVerifyCodeByContactsName(string verifyCode)
 {
     Paricom.KGMWebService.getVerifyCodeByContactsName inValue = new Paricom.KGMWebService.getVerifyCodeByContactsName();
     inValue.Body            = new Paricom.KGMWebService.getVerifyCodeByContactsNameBody();
     inValue.Body.verifyCode = verifyCode;
     Paricom.KGMWebService.getVerifyCodeByContactsNameResponse retVal = ((Paricom.KGMWebService.GmWebServlet)(this)).getVerifyCodeByContactsName(inValue);
     return(retVal.Body.@return);
 }
Example #2
0
 Paricom.KGMWebService.getVerifyCodeByContactsNameResponse Paricom.KGMWebService.GmWebServlet.getVerifyCodeByContactsName(Paricom.KGMWebService.getVerifyCodeByContactsName request)
 {
     return(base.Channel.getVerifyCodeByContactsName(request));
 }