Browse Source

Merge pull request #666 from jo-ninja/fix-spelling

Thanks! 👍  - Fix spelling
pull/675/head
Cesar De la Torre 6 years ago
committed by GitHub
parent
commit
a1c9fc6c5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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