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