Exemplo n.º 1
0
 public ActionResult <Product> FindProduct(int id)
 {
     return(_repo.FindProduct(id));
 }