Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <RentCConsole.RentWebService.CarsResponse> CarsAsync(int OrderBy)
 {
     RentCConsole.RentWebService.CarsRequest inValue = new RentCConsole.RentWebService.CarsRequest();
     inValue.Body         = new RentCConsole.RentWebService.CarsRequestBody();
     inValue.Body.OrderBy = OrderBy;
     return(((RentCConsole.RentWebService.RentCWebServiceSoap)(this)).CarsAsync(inValue));
 }
Ejemplo n.º 2
0
 public RentCConsole.RentWebService.ArrayOfString[] Cars(int OrderBy)
 {
     RentCConsole.RentWebService.CarsRequest inValue = new RentCConsole.RentWebService.CarsRequest();
     inValue.Body         = new RentCConsole.RentWebService.CarsRequestBody();
     inValue.Body.OrderBy = OrderBy;
     RentCConsole.RentWebService.CarsResponse retVal = ((RentCConsole.RentWebService.RentCWebServiceSoap)(this)).Cars(inValue);
     return(retVal.Body.CarsResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <RentCConsole.RentWebService.CarsResponse> RentCConsole.RentWebService.RentCWebServiceSoap.CarsAsync(RentCConsole.RentWebService.CarsRequest request)
 {
     return(base.Channel.CarsAsync(request));
 }
Ejemplo n.º 4
0
 RentCConsole.RentWebService.CarsResponse RentCConsole.RentWebService.RentCWebServiceSoap.Cars(RentCConsole.RentWebService.CarsRequest request)
 {
     return(base.Channel.Cars(request));
 }