Exemple #1
0
 public System.Threading.Tasks.Task <Vueling.Presentation.ServiceReference.GetByIdResponse> GetByIdAsync(Vueling.Presentation.ServiceReference.Rebel rebel)
 {
     Vueling.Presentation.ServiceReference.GetByIdRequest inValue = new Vueling.Presentation.ServiceReference.GetByIdRequest();
     inValue.Body       = new Vueling.Presentation.ServiceReference.GetByIdRequestBody();
     inValue.Body.rebel = rebel;
     return(((Vueling.Presentation.ServiceReference.WebServiceSoap)(this)).GetByIdAsync(inValue));
 }
Exemple #2
0
 public Vueling.Presentation.ServiceReference.Rebel GetById(Vueling.Presentation.ServiceReference.Rebel rebel)
 {
     Vueling.Presentation.ServiceReference.GetByIdRequest inValue = new Vueling.Presentation.ServiceReference.GetByIdRequest();
     inValue.Body       = new Vueling.Presentation.ServiceReference.GetByIdRequestBody();
     inValue.Body.rebel = rebel;
     Vueling.Presentation.ServiceReference.GetByIdResponse retVal = ((Vueling.Presentation.ServiceReference.WebServiceSoap)(this)).GetById(inValue);
     return(retVal.Body.GetByIdResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Vueling.Presentation.ServiceReference.GetByIdResponse> Vueling.Presentation.ServiceReference.WebServiceSoap.GetByIdAsync(Vueling.Presentation.ServiceReference.GetByIdRequest request)
 {
     return(base.Channel.GetByIdAsync(request));
 }
Exemple #4
0
 Vueling.Presentation.ServiceReference.GetByIdResponse Vueling.Presentation.ServiceReference.WebServiceSoap.GetById(Vueling.Presentation.ServiceReference.GetByIdRequest request)
 {
     return(base.Channel.GetById(request));
 }