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