示例#1
0
 public IActionResult mostExpensive()
 {
     ViewData["most-expensive"] = StockList.GetMostExpensive(Inventory);
     return(View());
 }