Exemplo n.º 1
0
 public bool InsertKiralama(AracKiralamaSistemi.KiralamaService.Kiralama entity)
 {
     AracKiralamaSistemi.KiralamaService.InsertKiralamaRequest inValue = new AracKiralamaSistemi.KiralamaService.InsertKiralamaRequest();
     inValue.Body        = new AracKiralamaSistemi.KiralamaService.InsertKiralamaRequestBody();
     inValue.Body.entity = entity;
     AracKiralamaSistemi.KiralamaService.InsertKiralamaResponse retVal = ((AracKiralamaSistemi.KiralamaService.KiralamaWebServiceSoap)(this)).InsertKiralama(inValue);
     return(retVal.Body.InsertKiralamaResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AracKiralamaSistemi.KiralamaService.InsertKiralamaResponse> InsertKiralamaAsync(AracKiralamaSistemi.KiralamaService.Kiralama entity)
 {
     AracKiralamaSistemi.KiralamaService.InsertKiralamaRequest inValue = new AracKiralamaSistemi.KiralamaService.InsertKiralamaRequest();
     inValue.Body        = new AracKiralamaSistemi.KiralamaService.InsertKiralamaRequestBody();
     inValue.Body.entity = entity;
     return(((AracKiralamaSistemi.KiralamaService.KiralamaWebServiceSoap)(this)).InsertKiralamaAsync(inValue));
 }
Exemplo n.º 3
0
 public SelectKiralamaByIdResponseBody(AracKiralamaSistemi.KiralamaService.Kiralama SelectKiralamaByIdResult)
 {
     this.SelectKiralamaByIdResult = SelectKiralamaByIdResult;
 }
Exemplo n.º 4
0
 public InsertKiralamaRequestBody(AracKiralamaSistemi.KiralamaService.Kiralama entity)
 {
     this.entity = entity;
 }