We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8628c commit 85b6575Copy full SHA for 85b6575
1 file changed
src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs
@@ -246,7 +246,8 @@ void ConfigureCardTypes(EntityTypeBuilder<CardType> cardTypesConfiguration)
246
await _mediator.DispatchDomainEventsAsync(this);
247
248
249
- // After executing this line all the changes performed thought the DbContext will be commited
+ // After executing this line all the changes (from the Command Handler and Domain Event Handlers)
250
+ // performed thought the DbContext will be commited
251
var result = await base.SaveChangesAsync();
252
253
return result;
0 commit comments