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)
66
ViewData["Items"] =
_productsListWithSelection
;
73
ViewData["Items"] =
_productsListWithSelection
;