Esempio n. 1
0
 public System.Threading.Tasks.Task <AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleResponse> KullaniciGuncelleAsync(AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.Kullanici kull)
 {
     AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequest inValue = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequest();
     inValue.Body      = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequestBody();
     inValue.Body.kull = kull;
     return(((AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap)(this)).KullaniciGuncelleAsync(inValue));
 }
Esempio n. 2
0
 public bool KullaniciGuncelle(AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.Kullanici kull)
 {
     AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequest inValue = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequest();
     inValue.Body      = new AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequestBody();
     inValue.Body.kull = kull;
     AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleResponse retVal = ((AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap)(this)).KullaniciGuncelle(inValue);
     return(retVal.Body.KullaniciGuncelleResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleResponse> AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap.KullaniciGuncelleAsync(AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequest request)
 {
     return(base.Channel.KullaniciGuncelleAsync(request));
 }
Esempio n. 4
0
 AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleResponse AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciWebServiceSoap.KullaniciGuncelle(AnadoluRentalForm.SOAP.AnadoluRentalKullaniciService.KullaniciGuncelleRequest request)
 {
     return(base.Channel.KullaniciGuncelle(request));
 }