Exemple #1
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);
 }
Exemple #2
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));
 }
Exemple #3
0
 public idAlResponseBody(AracKiralamaSistemi.KullaniciService.Kullanici idAlResult)
 {
     this.idAlResult = idAlResult;
 }
Exemple #4
0
 public SelectKullaniciByIdResponseBody(AracKiralamaSistemi.KullaniciService.Kullanici SelectKullaniciByIdResult)
 {
     this.SelectKullaniciByIdResult = SelectKullaniciByIdResult;
 }
Exemple #5
0
 public InsertKullaniciRequestBody(AracKiralamaSistemi.KullaniciService.Kullanici entity)
 {
     this.entity = entity;
 }