Exemplo n.º 1
0
 public System.Threading.Tasks.Task <testApp.accountingwebservice.GetNewProjectsCodeResponse> GetNewProjectsCodeAsync(int ProjectCode, int AgentId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetNewProjectsCodeRequest inValue = new testApp.accountingwebservice.GetNewProjectsCodeRequest();
     inValue.Body             = new testApp.accountingwebservice.GetNewProjectsCodeRequestBody();
     inValue.Body.ProjectCode = ProjectCode;
     inValue.Body.AgentId     = AgentId;
     inValue.Body.UserName    = UserName;
     inValue.Body.PassWord    = PassWord;
     return(((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetNewProjectsCodeAsync(inValue));
 }
Exemplo n.º 2
0
 public string GetNewProjectsCode(int ProjectCode, int AgentId, string UserName, string PassWord)
 {
     testApp.accountingwebservice.GetNewProjectsCodeRequest inValue = new testApp.accountingwebservice.GetNewProjectsCodeRequest();
     inValue.Body             = new testApp.accountingwebservice.GetNewProjectsCodeRequestBody();
     inValue.Body.ProjectCode = ProjectCode;
     inValue.Body.AgentId     = AgentId;
     inValue.Body.UserName    = UserName;
     inValue.Body.PassWord    = PassWord;
     testApp.accountingwebservice.GetNewProjectsCodeResponse retVal = ((testApp.accountingwebservice.AccountingWebServiceSoap)(this)).GetNewProjectsCode(inValue);
     return(retVal.Body.GetNewProjectsCodeResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <testApp.accountingwebservice.GetNewProjectsCodeResponse> testApp.accountingwebservice.AccountingWebServiceSoap.GetNewProjectsCodeAsync(testApp.accountingwebservice.GetNewProjectsCodeRequest request)
 {
     return(base.Channel.GetNewProjectsCodeAsync(request));
 }
Exemplo n.º 4
0
 testApp.accountingwebservice.GetNewProjectsCodeResponse testApp.accountingwebservice.AccountingWebServiceSoap.GetNewProjectsCode(testApp.accountingwebservice.GetNewProjectsCodeRequest request)
 {
     return(base.Channel.GetNewProjectsCode(request));
 }