Skip to content

Commit

Permalink
Update source/marketparticipant/Energinet.DataHub.MarketParticipant.D…
Browse files Browse the repository at this point in the history
…omain/Repositories/IActorConsolidationRepository.cs

Co-authored-by: Jesper Justesen <[email protected]>
  • Loading branch information
defectiveAi and FirestarJes authored Dec 19, 2024
1 parent 2587184 commit e7170b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Energinet.DataHub.MarketParticipant.Domain.Repositories;
public interface IActorConsolidationRepository
{
/// <summary>
/// Adds or updated an <see cref="ActorConsolidation"/>.
/// Adds or updates an <see cref="ActorConsolidation"/>.
/// </summary>
/// <param name="actorConsolidation">The actor to consolidate.</param>
/// <returns>The <see cref="ActorConsolidationId">id</see> of the added <see cref="ActorConsolidation"/>.</returns>
Expand Down

0 comments on commit e7170b4

Please sign in to comment.