Beispiel #1
0
 public IActionResult GetDescuento()
 {
     return(Ok(productoService.GetDescuento()));
 }