Beispiel #1
0
 public Vueling.Presentation.ServiceReference.Rebel[] GetAll()
 {
     Vueling.Presentation.ServiceReference.GetAllRequest inValue = new Vueling.Presentation.ServiceReference.GetAllRequest();
     inValue.Body = new Vueling.Presentation.ServiceReference.GetAllRequestBody();
     Vueling.Presentation.ServiceReference.GetAllResponse retVal = ((Vueling.Presentation.ServiceReference.WebServiceSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Vueling.Presentation.ServiceReference.GetAllResponse> GetAllAsync()
 {
     Vueling.Presentation.ServiceReference.GetAllRequest inValue = new Vueling.Presentation.ServiceReference.GetAllRequest();
     inValue.Body = new Vueling.Presentation.ServiceReference.GetAllRequestBody();
     return(((Vueling.Presentation.ServiceReference.WebServiceSoap)(this)).GetAllAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Vueling.Presentation.ServiceReference.GetAllResponse> Vueling.Presentation.ServiceReference.WebServiceSoap.GetAllAsync(Vueling.Presentation.ServiceReference.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
Beispiel #4
0
 Vueling.Presentation.ServiceReference.GetAllResponse Vueling.Presentation.ServiceReference.WebServiceSoap.GetAll(Vueling.Presentation.ServiceReference.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }