Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SushiApp.wsRegistroPago.eliminarResgistroPagoResponse> eliminarResgistroPagoAsync(int id)
 {
     SushiApp.wsRegistroPago.eliminarResgistroPagoRequest inValue = new SushiApp.wsRegistroPago.eliminarResgistroPagoRequest();
     inValue.id = id;
     return(((SushiApp.wsRegistroPago.ServiceRegistroPago)(this)).eliminarResgistroPagoAsync(inValue));
 }
Exemplo n.º 2
0
 public void eliminarResgistroPago(int id)
 {
     SushiApp.wsRegistroPago.eliminarResgistroPagoRequest inValue = new SushiApp.wsRegistroPago.eliminarResgistroPagoRequest();
     inValue.id = id;
     SushiApp.wsRegistroPago.eliminarResgistroPagoResponse retVal = ((SushiApp.wsRegistroPago.ServiceRegistroPago)(this)).eliminarResgistroPago(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SushiApp.wsRegistroPago.eliminarResgistroPagoResponse> SushiApp.wsRegistroPago.ServiceRegistroPago.eliminarResgistroPagoAsync(SushiApp.wsRegistroPago.eliminarResgistroPagoRequest request)
 {
     return(base.Channel.eliminarResgistroPagoAsync(request));
 }
Exemplo n.º 4
0
 SushiApp.wsRegistroPago.eliminarResgistroPagoResponse SushiApp.wsRegistroPago.ServiceRegistroPago.eliminarResgistroPago(SushiApp.wsRegistroPago.eliminarResgistroPagoRequest request)
 {
     return(base.Channel.eliminarResgistroPago(request));
 }