Browse Source

Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev

pull/675/head
Unai Zorrilla Castro 6 years ago
parent
commit
10344eb361
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs

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

@ -56,7 +56,7 @@ namespace Microsoft.eShopOnContainers.Services.Ordering.Infrastructure
await _mediator.DispatchDomainEventsAsync(this);
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
// performed throught the DbContext will be commited
// performed through the DbContext will be committed
var result = await base.SaveChangesAsync();
return true;


Loading…
Cancel
Save