Ejemplo n.º 1
0
 public IActionResult GetProduct(int id)
 {
     return(Ok(dbAccessor.GetProduct(id)));
 }