We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7f0f7 commit 1bd8d05Copy full SHA for 1bd8d05
src/JsonApiDotNetCore/Services/Contract/IResourceService.cs
@@ -3,7 +3,7 @@
3
namespace JsonApiDotNetCore.Services
4
{
5
public interface IResourceService<T>
6
- : IResourceService<T, int>
+ : IResourceCmdService<T>, IResourceQueryService<T>, IResourceService<T, int>
7
where T : class, IIdentifiable<int>
8
{ }
9
0 commit comments