Beispiel #1
0
 public System.Threading.Tasks.Task <AracKiralamaSistemi.KullaniciService.InsertKullaniciResponse> InsertKullaniciAsync(AracKiralamaSistemi.KullaniciService.Kullanici entity)
 {
     AracKiralamaSistemi.KullaniciService.InsertKullaniciRequest inValue = new AracKiralamaSistemi.KullaniciService.InsertKullaniciRequest();
     inValue.Body        = new AracKiralamaSistemi.KullaniciService.InsertKullaniciRequestBody();
     inValue.Body.entity = entity;
     return(((AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap)(this)).InsertKullaniciAsync(inValue));
 }
Beispiel #2
0
 public bool InsertKullanici(AracKiralamaSistemi.KullaniciService.Kullanici entity)
 {
     AracKiralamaSistemi.KullaniciService.InsertKullaniciRequest inValue = new AracKiralamaSistemi.KullaniciService.InsertKullaniciRequest();
     inValue.Body        = new AracKiralamaSistemi.KullaniciService.InsertKullaniciRequestBody();
     inValue.Body.entity = entity;
     AracKiralamaSistemi.KullaniciService.InsertKullaniciResponse retVal = ((AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap)(this)).InsertKullanici(inValue);
     return(retVal.Body.InsertKullaniciResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AracKiralamaSistemi.KullaniciService.InsertKullaniciResponse> AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap.InsertKullaniciAsync(AracKiralamaSistemi.KullaniciService.InsertKullaniciRequest request)
 {
     return(base.Channel.InsertKullaniciAsync(request));
 }
Beispiel #4
0
 AracKiralamaSistemi.KullaniciService.InsertKullaniciResponse AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap.InsertKullanici(AracKiralamaSistemi.KullaniciService.InsertKullaniciRequest request)
 {
     return(base.Channel.InsertKullanici(request));
 }