Skip to content

Commit 85b6575

Browse files
Minor update
1 parent 5d8628c commit 85b6575

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ void ConfigureCardTypes(EntityTypeBuilder<CardType> cardTypesConfiguration)
246246
await _mediator.DispatchDomainEventsAsync(this);
247247

248248

249-
// After executing this line all the changes performed thought the DbContext will be commited
249+
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
250+
// performed thought the DbContext will be commited
250251
var result = await base.SaveChangesAsync();
251252

252253
return result;

0 commit comments

Comments
 (0)