Пример #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));
 }
Пример #2
0
 public buscarResgistroPagoResponse(SushiApp.wsRegistroPago.resgistroPago @return)
 {
     this.@return = @return;
 }
Пример #3
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);
 }
Пример #4
0
 public modificarResgistroPagoRequest(SushiApp.wsRegistroPago.resgistroPago resgistroPago)
 {
     this.resgistroPago = resgistroPago;
 }