Esempio n. 1
0
 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));
 }
Esempio n. 2
0
 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);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <testApp.accountingwebservice.GetMemberInfoByCodeResponse> testApp.accountingwebservice.AccountingWebServiceSoap.GetMemberInfoByCodeAsync(testApp.accountingwebservice.GetMemberInfoByCodeRequest request)
 {
     return(base.Channel.GetMemberInfoByCodeAsync(request));
 }
Esempio n. 4
0
 testApp.accountingwebservice.GetMemberInfoByCodeResponse testApp.accountingwebservice.AccountingWebServiceSoap.GetMemberInfoByCode(testApp.accountingwebservice.GetMemberInfoByCodeRequest request)
 {
     return(base.Channel.GetMemberInfoByCode(request));
 }