Minor update
This commit is contained in:
parent
5d8628c9e2
commit
85b65753c9
@ -246,7 +246,8 @@ namespace Microsoft.eShopOnContainers.Services.Ordering.Infrastructure
|
||||
await _mediator.DispatchDomainEventsAsync(this);
|
||||
|
||||
|
||||
// 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)
|
||||
// performed thought the DbContext will be commited
|
||||
var result = await base.SaveChangesAsync();
|
||||
|
||||
return result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user