Exemplo n.º 1
0
 public RentCConsole.RentWebService.ArrayOfString[] CarsDefault()
 {
     RentCConsole.RentWebService.CarsDefaultRequest inValue = new RentCConsole.RentWebService.CarsDefaultRequest();
     inValue.Body = new RentCConsole.RentWebService.CarsDefaultRequestBody();
     RentCConsole.RentWebService.CarsDefaultResponse retVal = ((RentCConsole.RentWebService.RentCWebServiceSoap)(this)).CarsDefault(inValue);
     return(retVal.Body.CarsDefaultResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <RentCConsole.RentWebService.CarsDefaultResponse> CarsDefaultAsync()
 {
     RentCConsole.RentWebService.CarsDefaultRequest inValue = new RentCConsole.RentWebService.CarsDefaultRequest();
     inValue.Body = new RentCConsole.RentWebService.CarsDefaultRequestBody();
     return(((RentCConsole.RentWebService.RentCWebServiceSoap)(this)).CarsDefaultAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <RentCConsole.RentWebService.CarsDefaultResponse> RentCConsole.RentWebService.RentCWebServiceSoap.CarsDefaultAsync(RentCConsole.RentWebService.CarsDefaultRequest request)
 {
     return(base.Channel.CarsDefaultAsync(request));
 }
Exemplo n.º 4
0
 RentCConsole.RentWebService.CarsDefaultResponse RentCConsole.RentWebService.RentCWebServiceSoap.CarsDefault(RentCConsole.RentWebService.CarsDefaultRequest request)
 {
     return(base.Channel.CarsDefault(request));
 }