Example #1
0
 // GET: /<controller>/
 public IActionResult containsNike()
 {
     return(View(StockList.GetNike(Inventory)));
 }