1 write to _productsListWithSelection
HtmlGenerationWebSite (1)
Controllers\HtmlGeneration_HomeController.cs (1)
52_productsListWithSelection = new SelectList(_products, "Number", "ProductName", 2);
2 references to _productsListWithSelection
HtmlGenerationWebSite (2)
Controllers\HtmlGeneration_HomeController.cs (2)
66ViewData["Items"] = _productsListWithSelection; 73ViewData["Items"] = _productsListWithSelection;