2 implementations of IJsonPatchDocument
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
JsonPatchDocument.cs (1)
21
public class JsonPatchDocument :
IJsonPatchDocument
JsonPatchDocumentOfT.cs (1)
26
public class JsonPatchDocument<TModel> :
IJsonPatchDocument
where TModel : class
2 references to IJsonPatchDocument
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
JsonPatchDocument.cs (1)
200
IList<Operation>
IJsonPatchDocument
.GetOperations()
JsonPatchDocumentOfT.cs (1)
637
IList<Operation>
IJsonPatchDocument
.GetOperations()