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 273cb2b commit e144365Copy full SHA for e144365
src/JsonApiDotNetCore/Hooks/Execution/RelationshipsDictionary.cs
@@ -7,15 +7,11 @@
7
8
namespace JsonApiDotNetCore.Hooks
9
{
10
-
11
12
13
/// <summary>
14
/// A dummy interface used internally by the hook executor.
15
/// </summary>
16
public interface IRelationshipsDictionary { }
17
18
19
20
/// An interface that is implemented to expose a relationship dictionary on another class.
21
0 commit comments