Пример #1
0
 SushiApp.wsRegistroPago.agregarResgistroPagoResponse SushiApp.wsRegistroPago.ServiceRegistroPago.agregarResgistroPago(SushiApp.wsRegistroPago.agregarResgistroPagoRequest request)
 {
     return(base.Channel.agregarResgistroPago(request));
 }
Пример #2
0
 System.Threading.Tasks.Task <SushiApp.wsRegistroPago.agregarResgistroPagoResponse> SushiApp.wsRegistroPago.ServiceRegistroPago.agregarResgistroPagoAsync(SushiApp.wsRegistroPago.agregarResgistroPagoRequest request)
 {
     return(base.Channel.agregarResgistroPagoAsync(request));
 }
Пример #3
0
 public System.Threading.Tasks.Task <SushiApp.wsRegistroPago.agregarResgistroPagoResponse> agregarResgistroPagoAsync(SushiApp.wsRegistroPago.resgistroPago resgistroPago)
 {
     SushiApp.wsRegistroPago.agregarResgistroPagoRequest inValue = new SushiApp.wsRegistroPago.agregarResgistroPagoRequest();
     inValue.resgistroPago = resgistroPago;
     return(((SushiApp.wsRegistroPago.ServiceRegistroPago)(this)).agregarResgistroPagoAsync(inValue));
 }
Пример #4
0
 public void agregarResgistroPago(SushiApp.wsRegistroPago.resgistroPago resgistroPago)
 {
     SushiApp.wsRegistroPago.agregarResgistroPagoRequest inValue = new SushiApp.wsRegistroPago.agregarResgistroPagoRequest();
     inValue.resgistroPago = resgistroPago;
     SushiApp.wsRegistroPago.agregarResgistroPagoResponse retVal = ((SushiApp.wsRegistroPago.ServiceRegistroPago)(this)).agregarResgistroPago(inValue);
 }