Minor update

This commit is contained in:
Cesar De la Torre 2017-03-23 14:45:57 -07:00
parent 5d8628c9e2
commit 85b65753c9

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;