Exemplo n.º 1
0
 public IActionResult Price_Check(Price price)
 {
     ViewBag.Names = price.Changes(repo.GetGoods()).Keys;
     return(View());
 }