5 instantiations of Employee
HtmlGenerationWebSite (5)
Controllers\HtmlGeneration_HomeController.cs (5)
125
new
Employee
131
new
Employee
138
new
Employee
165
Employee = new
Employee
183
Employee = new
Employee
4 references to Employee
HtmlGenerationWebSite (4)
Controllers\HtmlGeneration_HomeController.cs (3)
123
var employees = new List<
Employee
>
147
ViewData[nameof(
Employee
.Gender)] = "Gender value that will not match.";
148
ViewData[nameof(
Employee
.Name)] = "Name value that should not be seen.";
Models\Warehouse.cs (1)
24
public
Employee
Employee