public System.Threading.Tasks.Task <studenrecordsystem.SearchWebService.HowManyAdressResponse> HowManyAdressAsync(string id)
 {
     studenrecordsystem.SearchWebService.HowManyAdressRequest inValue = new studenrecordsystem.SearchWebService.HowManyAdressRequest();
     inValue.Body    = new studenrecordsystem.SearchWebService.HowManyAdressRequestBody();
     inValue.Body.id = id;
     return(((studenrecordsystem.SearchWebService.SearhWebServiceSoap)(this)).HowManyAdressAsync(inValue));
 }
 public int HowManyAdress(string id)
 {
     studenrecordsystem.SearchWebService.HowManyAdressRequest inValue = new studenrecordsystem.SearchWebService.HowManyAdressRequest();
     inValue.Body    = new studenrecordsystem.SearchWebService.HowManyAdressRequestBody();
     inValue.Body.id = id;
     studenrecordsystem.SearchWebService.HowManyAdressResponse retVal = ((studenrecordsystem.SearchWebService.SearhWebServiceSoap)(this)).HowManyAdress(inValue);
     return(retVal.Body.HowManyAdressResult);
 }
 System.Threading.Tasks.Task <studenrecordsystem.SearchWebService.HowManyAdressResponse> studenrecordsystem.SearchWebService.SearhWebServiceSoap.HowManyAdressAsync(studenrecordsystem.SearchWebService.HowManyAdressRequest request)
 {
     return(base.Channel.HowManyAdressAsync(request));
 }
 studenrecordsystem.SearchWebService.HowManyAdressResponse studenrecordsystem.SearchWebService.SearhWebServiceSoap.HowManyAdress(studenrecordsystem.SearchWebService.HowManyAdressRequest request)
 {
     return(base.Channel.HowManyAdress(request));
 }