Пример #1
0
 public System.Threading.Tasks.Task <testApp.accountingwebservice.GetProjectInfoResponse> GetProjectInfoAsync(int ProjectId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetProjectInfoRequest inValue = new testApp.accountingwebservice.GetProjectInfoRequest();
     inValue.Body           = new testApp.accountingwebservice.GetProjectInfoRequestBody();
     inValue.Body.ProjectId = ProjectId;
     inValue.Body.UserName  = UserName;
     inValue.Body.PassWord  = PassWord;
     return(((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetProjectInfoAsync(inValue));
 }
Пример #2
0
 public string GetProjectInfo(int ProjectId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetProjectInfoRequest inValue = new testApp.accountingwebservice.GetProjectInfoRequest();
     inValue.Body           = new testApp.accountingwebservice.GetProjectInfoRequestBody();
     inValue.Body.ProjectId = ProjectId;
     inValue.Body.UserName  = UserName;
     inValue.Body.PassWord  = PassWord;
     testApp.accountingwebservice.GetProjectInfoResponse retVal = ((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetProjectInfo(inValue);
     return(retVal.Body.GetProjectInfoResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <testApp.accountingwebservice.GetProjectInfoResponse> testApp.accountingwebservice.AccountingWebServiceSoap.GetProjectInfoAsync(testApp.accountingwebservice.GetProjectInfoRequest request)
 {
     return(base.Channel.GetProjectInfoAsync(request));
 }
Пример #4
0
 testApp.accountingwebservice.GetProjectInfoResponse testApp.accountingwebservice.AccountingWebServiceSoap.GetProjectInfo(testApp.accountingwebservice.GetProjectInfoRequest request)
 {
     return(base.Channel.GetProjectInfo(request));
 }