示例#1
0
 // GET: /<controller>/
 public IActionResult OnlyAvailable()
 {
     return(View(StockList.GetOnlyAvailable(Inventory)));
 }