Namespace JsonApiDotNetCore.Services
Classes
- JsonApiResourceService<TResource, TId>
Represents the foundational Resource Service layer in the JsonApiDotNetCore architecture that uses a Resource Repository for data access.
Interfaces
- IResourceCommandService<TResource, TId>
Groups write operations.
- IResourceQueryService<TResource, TId>
Groups read operations.
- IResourceService<TResource, TId>
Represents the foundational Resource Service layer in the JsonApiDotNetCore architecture that uses a Resource Repository for data access.