Beispiel #1
0
 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));
 }
Beispiel #2
0
 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);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <SushiApp.wsRegistroPago.modificarResgistroPagoResponse> SushiApp.wsRegistroPago.ServiceRegistroPago.modificarResgistroPagoAsync(SushiApp.wsRegistroPago.modificarResgistroPagoRequest request)
 {
     return(base.Channel.modificarResgistroPagoAsync(request));
 }
Beispiel #4
0
 SushiApp.wsRegistroPago.modificarResgistroPagoResponse SushiApp.wsRegistroPago.ServiceRegistroPago.modificarResgistroPago(SushiApp.wsRegistroPago.modificarResgistroPagoRequest request)
 {
     return(base.Channel.modificarResgistroPago(request));
 }