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 f3ef12f commit 675f866Copy full SHA for 675f866
src/JsonApiDotNetCore/Services/Operations/Processors/UpdateOpProcessor.cs
@@ -27,7 +27,7 @@ IContextGraph contextGraph
27
{ }
28
}
29
30
- public class UpdateOpProcessor<T, TId> : ICreateOpProcessor<T, TId>
+ public class UpdateOpProcessor<T, TId> : IUpdateOpProcessor<T, TId>
31
where T : class, IIdentifiable<TId>
32
{
33
private readonly IUpdateService<T, TId> _service;
0 commit comments