public System.Threading.Tasks.Task <studenrecordsystem.SearchWebService.GetAdressResponse> GetAdressAsync(string StudentIdToPrint, int adressNo) { studenrecordsystem.SearchWebService.GetAdressRequest inValue = new studenrecordsystem.SearchWebService.GetAdressRequest(); inValue.Body = new studenrecordsystem.SearchWebService.GetAdressRequestBody(); inValue.Body.StudentIdToPrint = StudentIdToPrint; inValue.Body.adressNo = adressNo; return(((studenrecordsystem.SearchWebService.SearhWebServiceSoap)(this)).GetAdressAsync(inValue)); }
public studenrecordsystem.SearchWebService.Adress GetAdress(string StudentIdToPrint, int adressNo) { studenrecordsystem.SearchWebService.GetAdressRequest inValue = new studenrecordsystem.SearchWebService.GetAdressRequest(); inValue.Body = new studenrecordsystem.SearchWebService.GetAdressRequestBody(); inValue.Body.StudentIdToPrint = StudentIdToPrint; inValue.Body.adressNo = adressNo; studenrecordsystem.SearchWebService.GetAdressResponse retVal = ((studenrecordsystem.SearchWebService.SearhWebServiceSoap)(this)).GetAdress(inValue); return(retVal.Body.GetAdressResult); }
System.Threading.Tasks.Task <studenrecordsystem.SearchWebService.GetAdressResponse> studenrecordsystem.SearchWebService.SearhWebServiceSoap.GetAdressAsync(studenrecordsystem.SearchWebService.GetAdressRequest request) { return(base.Channel.GetAdressAsync(request)); }
studenrecordsystem.SearchWebService.GetAdressResponse studenrecordsystem.SearchWebService.SearhWebServiceSoap.GetAdress(studenrecordsystem.SearchWebService.GetAdressRequest request) { return(base.Channel.GetAdress(request)); }