1 type derived from Employee
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
81
public class SalariedEmployee :
Employee
1 instantiation of Employee
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
98
org.Employees.Add(new
Employee
{ EmployeeId = 1, Name = "John" });
1 reference to Employee
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
88
public List<
Employee
> Employees { get; } = new();