Skip to content

Commit 84580c2

Browse files
committed
rokk
1 parent fb8b0ce commit 84580c2

File tree

1 file changed

+1
-1
lines changed
  • RoyalCode.EnterprisePatterns/RoyalCode.Events.Outbox.EntityFramework/Services

1 file changed

+1
-1
lines changed

RoyalCode.EnterprisePatterns/RoyalCode.Events.Outbox.EntityFramework/Services/EventsUtils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public EventsUtils(
3838
/// <exception cref="InvalidOperationException">
3939
/// If <typeparamref name="TEvent"/> not configured.
4040
/// </exception>
41-
public IEnumerable<TEvent> GetAll<TEvent>()
41+
public IList<TEvent> GetAll<TEvent>()
4242
{
4343
if (!options.TryGetMetadata<TEvent>(out var metadata))
4444
throw new MessateTypeNotConfiguredException(typeof(TEvent));

0 commit comments

Comments
 (0)