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