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);
 }
 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;
 }
 System.Threading.Tasks.Task<GlueApp.NezamMohandesyWS.GetCoInfoByCodeResponse> GlueApp.NezamMohandesyWS.AccountingWebServiceSoap.GetCoInfoByCodeAsync(GlueApp.NezamMohandesyWS.GetCoInfoByCodeRequest request) {
     return base.Channel.GetCoInfoByCodeAsync(request);
 }
 GlueApp.NezamMohandesyWS.GetCoInfoByCodeResponse GlueApp.NezamMohandesyWS.AccountingWebServiceSoap.GetCoInfoByCode(GlueApp.NezamMohandesyWS.GetCoInfoByCodeRequest request) {
     return base.Channel.GetCoInfoByCode(request);
 }