Browse Source

Minor comment typo changeed

pull/181/head
Cesar De la Torre 7 years ago
parent
commit
1df0019981
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

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


Loading…
Cancel
Save