Esempio n. 1
0
 public bool ActualizarServicio([FromBody] TipoPagoEditarME tipoPago)
 {
     return(_pagoServicios.ActualizarTipoPago(tipoPago));
 }