Example #1
0
 public System.Threading.Tasks.Task <testApp.accountingwebservice.GetNewCoCodeResponse> GetNewCoCodeAsync(int OfficeId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetNewCoCodeRequest inValue = new testApp.accountingwebservice.GetNewCoCodeRequest();
     inValue.Body          = new testApp.accountingwebservice.GetNewCoCodeRequestBody();
     inValue.Body.OfficeId = OfficeId;
     inValue.Body.UserName = UserName;
     inValue.Body.PassWord = PassWord;
     return(((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetNewCoCodeAsync(inValue));
 }
Example #2
0
 public string GetNewCoCode(int OfficeId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetNewCoCodeRequest inValue = new testApp.accountingwebservice.GetNewCoCodeRequest();
     inValue.Body          = new testApp.accountingwebservice.GetNewCoCodeRequestBody();
     inValue.Body.OfficeId = OfficeId;
     inValue.Body.UserName = UserName;
     inValue.Body.PassWord = PassWord;
     testApp.accountingwebservice.GetNewCoCodeResponse retVal = ((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetNewCoCode(inValue);
     return(retVal.Body.GetNewCoCodeResult);
 }
Example #3
0
 System.Threading.Tasks.Task <testApp.accountingwebservice.GetNewCoCodeResponse> testApp.accountingwebservice.AccountingWebServiceSoap.GetNewCoCodeAsync(testApp.accountingwebservice.GetNewCoCodeRequest request)
 {
     return(base.Channel.GetNewCoCodeAsync(request));
 }
Example #4
0
 testApp.accountingwebservice.GetNewCoCodeResponse testApp.accountingwebservice.AccountingWebServiceSoap.GetNewCoCode(testApp.accountingwebservice.GetNewCoCodeRequest request)
 {
     return(base.Channel.GetNewCoCode(request));
 }