Skip to content

Commit ab1f96d

Browse files
committed
comments: IHookExecutorHelper
1 parent b64feac commit ab1f96d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/JsonApiDotNetCore/Hooks/Execution/IHookExecutorHelper.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ internal interface IHookExecutorHelper
4343
/// For a set of entities, loads current values from the database
4444
/// </summary>
4545
IEnumerable LoadDbValues(Type entityType, IEnumerable entities, ResourceHook hook, params RelationshipProxy[] relationships);
46+
/// <summary>
47+
/// For a set of entities, loads current values from the database
48+
/// </summary>
4649
HashSet<TEntity> LoadDbValues<TEntity>(IEnumerable<TEntity> entities, ResourceHook hook, params RelationshipProxy[] relationships) where TEntity : class, IIdentifiable;
4750
}
4851
}

0 commit comments

Comments
 (0)