예제 #1
0
 public bool EliminarServicio(int tipoPagoId)
 {
     return(_pagoServicios.EliminarTipoPago(tipoPagoId));
 }