public System.Threading.Tasks.Task <SushiApp.wsRegistroPago.modificarResgistroPagoResponse> modificarResgistroPagoAsync(SushiApp.wsRegistroPago.resgistroPago resgistroPago) { SushiApp.wsRegistroPago.modificarResgistroPagoRequest inValue = new SushiApp.wsRegistroPago.modificarResgistroPagoRequest(); inValue.resgistroPago = resgistroPago; return(((SushiApp.wsRegistroPago.ServiceRegistroPago)(this)).modificarResgistroPagoAsync(inValue)); }
public buscarResgistroPagoResponse(SushiApp.wsRegistroPago.resgistroPago @return) { this.@return = @return; }
public void modificarResgistroPago(SushiApp.wsRegistroPago.resgistroPago resgistroPago) { SushiApp.wsRegistroPago.modificarResgistroPagoRequest inValue = new SushiApp.wsRegistroPago.modificarResgistroPagoRequest(); inValue.resgistroPago = resgistroPago; SushiApp.wsRegistroPago.modificarResgistroPagoResponse retVal = ((SushiApp.wsRegistroPago.ServiceRegistroPago)(this)).modificarResgistroPago(inValue); }
public modificarResgistroPagoRequest(SushiApp.wsRegistroPago.resgistroPago resgistroPago) { this.resgistroPago = resgistroPago; }