Ejemplo n.º 1
0
 public async Task SaveChangesAsync(User aggregate, CancellationToken token)
 {
     await _eventStore.AddEventsAsync(aggregate.UncommittedChanges, token).ConfigureAwait(false);
 }