-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Milestone
Description
Description
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/Operations/Processors/GetOpProcessor.cs
Lines 60 to 67 in 23329ab
public GetOpProcessor( | |
IGetAllService<T, TId> getAll, | |
IGetByIdService<T, TId> getById, | |
IGetRelationshipService<T, TId> getRelationship, | |
IJsonApiDeSerializer deSerializer, | |
IDocumentBuilder documentBuilder, | |
IContextGraph contextGraph, | |
IJsonApiContext jsonApiContext) |
All IOpProcessor
s should provide a constructor overload that accepts IResourceService
and IResourceCmdService
or IResourceQueryService
Metadata
Metadata
Assignees
Labels
No labels