Beispiel #1
0
 public string getMobileCodeInfo(string mobileCode, string userID)
 {
     Toyz4net.Core.MobileCodeWS.getMobileCodeInfoRequest1 inValue = new Toyz4net.Core.MobileCodeWS.getMobileCodeInfoRequest1();
     inValue.mobileCode = mobileCode;
     inValue.userID     = userID;
     Toyz4net.Core.MobileCodeWS.getMobileCodeInfoResponse1 retVal = ((Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpPost)(this)).getMobileCodeInfo(inValue);
     return(retVal.@string);
 }
Beispiel #2
0
 Toyz4net.Core.MobileCodeWS.getMobileCodeInfoResponse1 Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpPost.getMobileCodeInfo(Toyz4net.Core.MobileCodeWS.getMobileCodeInfoRequest1 request)
 {
     return(base.Channel.getMobileCodeInfo(request));
 }