Interface IResourceCommandService<TResource, TId>
- Namespace
- JsonApiDotNetCore.Services
- Assembly
- JsonApiDotNetCore.dll
Groups write operations.
public interface IResourceCommandService<TResource, in TId> : ICreateService<TResource, TId>, IAddToRelationshipService<TResource, TId>, IUpdateService<TResource, TId>, ISetRelationshipService<TResource, TId>, IDeleteService<TResource, TId>, IRemoveFromRelationshipService<TResource, TId> where TResource : class, IIdentifiable<in TId>
Type Parameters
TResource
The resource type.
TId
The resource identifier type.