public System.Threading.Tasks.Task <AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciResponse> SelectAllKullaniciAsync() { AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequest inValue = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequest(); inValue.Body = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequestBody(); return(((AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap)(this)).SelectAllKullaniciAsync(inValue)); }
public AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.Kullanici[] SelectAllKullanici() { AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequest inValue = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequest(); inValue.Body = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequestBody(); AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciResponse retVal = ((AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap)(this)).SelectAllKullanici(inValue); return(retVal.Body.SelectAllKullaniciResult); }
System.Threading.Tasks.Task <AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciResponse> AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap.SelectAllKullaniciAsync(AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequest request) { return(base.Channel.SelectAllKullaniciAsync(request)); }
AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciResponse AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap.SelectAllKullanici(AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.SelectAllKullaniciRequest request) { return(base.Channel.SelectAllKullanici(request)); }