2 implementations of IJsonPatchDocument
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
JsonPatchDocument.cs (1)
24public class JsonPatchDocument : IJsonPatchDocument, IEndpointParameterMetadataProvider
JsonPatchDocumentOfT.cs (1)
28public class JsonPatchDocument<TModel> : IJsonPatchDocument, IEndpointParameterMetadataProvider where TModel : class
2 references to IJsonPatchDocument
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
JsonPatchDocument.cs (1)
203IList<Operation> IJsonPatchDocument.GetOperations()
JsonPatchDocumentOfT.cs (1)
639IList<Operation> IJsonPatchDocument.GetOperations()