コード例 #1
0
 public System.Threading.Tasks.Task <SushiApp.wsTipoPago.agregarTipoPagoResponse> agregarTipoPagoAsync(SushiApp.wsTipoPago.tipoPago tipoPago)
 {
     SushiApp.wsTipoPago.agregarTipoPagoRequest inValue = new SushiApp.wsTipoPago.agregarTipoPagoRequest();
     inValue.tipoPago = tipoPago;
     return(((SushiApp.wsTipoPago.ServiceTipoPago)(this)).agregarTipoPagoAsync(inValue));
 }
コード例 #2
0
 public void agregarTipoPago(SushiApp.wsTipoPago.tipoPago tipoPago)
 {
     SushiApp.wsTipoPago.agregarTipoPagoRequest inValue = new SushiApp.wsTipoPago.agregarTipoPagoRequest();
     inValue.tipoPago = tipoPago;
     SushiApp.wsTipoPago.agregarTipoPagoResponse retVal = ((SushiApp.wsTipoPago.ServiceTipoPago)(this)).agregarTipoPago(inValue);
 }
コード例 #3
0
 System.Threading.Tasks.Task <SushiApp.wsTipoPago.agregarTipoPagoResponse> SushiApp.wsTipoPago.ServiceTipoPago.agregarTipoPagoAsync(SushiApp.wsTipoPago.agregarTipoPagoRequest request)
 {
     return(base.Channel.agregarTipoPagoAsync(request));
 }
コード例 #4
0
 SushiApp.wsTipoPago.agregarTipoPagoResponse SushiApp.wsTipoPago.ServiceTipoPago.agregarTipoPago(SushiApp.wsTipoPago.agregarTipoPagoRequest request)
 {
     return(base.Channel.agregarTipoPago(request));
 }