6 writes to ProductName
HtmlGenerationWebSite (6)
Controllers\HtmlGeneration_HomeController.cs (3)
16
ProductName
= "Product_0",
22
ProductName
= "Product_1",
27
ProductName
= "Product_2",
ProductsService.cs (3)
17
new Product {
ProductName
= "Book1" },
18
new Product {
ProductName
= "Book2" }
22
new Product {
ProductName
= "Laptops" }
1 reference to ProductName
HtmlGenerationWebSite (1)
ProductsService.cs (1)
47
return products.Select(p => p.
ProductName
);