public System.Threading.Tasks.Task <testApp.accountingwebservice.GetMemberInfoByCodeResponse> GetMemberInfoByCodeAsync(int MeId, testApp.accountingwebservice.MemberType MemberType, string UserName, string PassWord) { testApp.accountingwebservice.GetMemberInfoByCodeRequest inValue = new testApp.accountingwebservice.GetMemberInfoByCodeRequest(); inValue.Body = new testApp.accountingwebservice.GetMemberInfoByCodeRequestBody(); inValue.Body.MeId = MeId; inValue.Body.MemberType = MemberType; inValue.Body.UserName = UserName; inValue.Body.PassWord = PassWord; return(((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetMemberInfoByCodeAsync(inValue)); }
public string GetMemberInfoByCode(int MeId, testApp.accountingwebservice.MemberType MemberType, string UserName, string PassWord) { testApp.accountingwebservice.GetMemberInfoByCodeRequest inValue = new testApp.accountingwebservice.GetMemberInfoByCodeRequest(); inValue.Body = new testApp.accountingwebservice.GetMemberInfoByCodeRequestBody(); inValue.Body.MeId = MeId; inValue.Body.MemberType = MemberType; inValue.Body.UserName = UserName; inValue.Body.PassWord = PassWord; testApp.accountingwebservice.GetMemberInfoByCodeResponse retVal = ((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetMemberInfoByCode(inValue); return(retVal.Body.GetMemberInfoByCodeResult); }
System.Threading.Tasks.Task <testApp.accountingwebservice.GetMemberInfoByCodeResponse> testApp.accountingwebservice.AccountingWebServiceSoap.GetMemberInfoByCodeAsync(testApp.accountingwebservice.GetMemberInfoByCodeRequest request) { return(base.Channel.GetMemberInfoByCodeAsync(request)); }
testApp.accountingwebservice.GetMemberInfoByCodeResponse testApp.accountingwebservice.AccountingWebServiceSoap.GetMemberInfoByCode(testApp.accountingwebservice.GetMemberInfoByCodeRequest request) { return(base.Channel.GetMemberInfoByCode(request)); }