Browse Source

Minor update

pull/142/head
Cesar De la Torre 7 years ago
parent
commit
85b65753c9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs

+ 2
- 1
src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs View File

@ -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…
Cancel
Save