示例#1
0
 public System.Threading.Tasks.Task <testApp.accountingwebservice.GetCoInfoByCodeResponse> GetCoInfoByCodeAsync(int OfficeId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetCoInfoByCodeRequest inValue = new testApp.accountingwebservice.GetCoInfoByCodeRequest();
     inValue.Body          = new testApp.accountingwebservice.GetCoInfoByCodeRequestBody();
     inValue.Body.OfficeId = OfficeId;
     inValue.Body.UserName = UserName;
     inValue.Body.PassWord = PassWord;
     return(((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetCoInfoByCodeAsync(inValue));
 }
示例#2
0
 public string GetCoInfoByCode(int OfficeId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetCoInfoByCodeRequest inValue = new testApp.accountingwebservice.GetCoInfoByCodeRequest();
     inValue.Body          = new testApp.accountingwebservice.GetCoInfoByCodeRequestBody();
     inValue.Body.OfficeId = OfficeId;
     inValue.Body.UserName = UserName;
     inValue.Body.PassWord = PassWord;
     testApp.accountingwebservice.GetCoInfoByCodeResponse retVal = ((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetCoInfoByCode(inValue);
     return(retVal.Body.GetCoInfoByCodeResult);
 }
示例#3
0
 System.Threading.Tasks.Task <testApp.accountingwebservice.GetCoInfoByCodeResponse> testApp.accountingwebservice.AccountingWebServiceSoap.GetCoInfoByCodeAsync(testApp.accountingwebservice.GetCoInfoByCodeRequest request)
 {
     return(base.Channel.GetCoInfoByCodeAsync(request));
 }
示例#4
0
 testApp.accountingwebservice.GetCoInfoByCodeResponse testApp.accountingwebservice.AccountingWebServiceSoap.GetCoInfoByCode(testApp.accountingwebservice.GetCoInfoByCodeRequest request)
 {
     return(base.Channel.GetCoInfoByCode(request));
 }