Ejemplo n.º 1
0
 public IActionResult Add([FromBody] Product product)
 {
     catalogService.Add(product);
     return(Ok());
 }