public System.Threading.Tasks.Task <wsSoapSUNARP.getDatosVehicularResponse> getDatosVehicularAsync(string arg0, string arg1, string arg2) { wsSoapSUNARP.getDatosVehicularRequest inValue = new wsSoapSUNARP.getDatosVehicularRequest(); inValue.Body = new wsSoapSUNARP.getDatosVehicularRequestBody(); inValue.Body.arg0 = arg0; inValue.Body.arg1 = arg1; inValue.Body.arg2 = arg2; return(((wsSoapSUNARP.WSVehicularMtcDelegate)(this)).getDatosVehicularAsync(inValue)); }
System.Threading.Tasks.Task <wsSoapSUNARP.getDatosVehicularResponse> wsSoapSUNARP.WSVehicularMtcDelegate.getDatosVehicularAsync(wsSoapSUNARP.getDatosVehicularRequest request) { return(base.Channel.getDatosVehicularAsync(request)); }