2 instantiations of Employee
FormatterWebSite (2)
Controllers\DoNotRespectBrowserAcceptHeaderController.cs (2)
13return new Employee() 24return new Employee()
3 references to Employee
FormatterWebSite (3)
Controllers\DoNotRespectBrowserAcceptHeaderController.cs (3)
11public Employee EmployeeInfo() 22public Employee EmployeeInfoWithProduces() 32public IActionResult CreateEmployee([FromBody] Employee employee)