public CarRental.WinForm.AracServisi.Arac[] GetAll()
 {
     CarRental.WinForm.AracServisi.GetAllRequest inValue = new CarRental.WinForm.AracServisi.GetAllRequest();
     inValue.Body = new CarRental.WinForm.AracServisi.GetAllRequestBody();
     CarRental.WinForm.AracServisi.GetAllResponse retVal = ((CarRental.WinForm.AracServisi.AracSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
 public System.Threading.Tasks.Task <CarRental.WinForm.AracServisi.GetAllResponse> GetAllAsync()
 {
     CarRental.WinForm.AracServisi.GetAllRequest inValue = new CarRental.WinForm.AracServisi.GetAllRequest();
     inValue.Body = new CarRental.WinForm.AracServisi.GetAllRequestBody();
     return(((CarRental.WinForm.AracServisi.AracSoap)(this)).GetAllAsync(inValue));
 }
 System.Threading.Tasks.Task <CarRental.WinForm.AracServisi.GetAllResponse> CarRental.WinForm.AracServisi.AracSoap.GetAllAsync(CarRental.WinForm.AracServisi.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
 CarRental.WinForm.AracServisi.GetAllResponse CarRental.WinForm.AracServisi.AracSoap.GetAll(CarRental.WinForm.AracServisi.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }