1 instantiation of Employee
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
105
var employee = new
Employee
6 references to Employee
Microsoft.AspNetCore.Http.Abstractions.Tests (6)
Validation\ValidatableTypeInfoTests.cs (6)
87
typeof(
Employee
),
89
CreatePropertyInfo(typeof(
Employee
), typeof(string), "Name", "Name",
91
CreatePropertyInfo(typeof(
Employee
), typeof(string), "Department", "Department",
93
CreatePropertyInfo(typeof(
Employee
), typeof(decimal), "Salary", "Salary",
101
{ typeof(
Employee
), employeeType }
105
var
employee = new Employee