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