Esempio n. 1
0
 public async Task CommitAsync(EventStore eventStore)
 {
     await eventStore.CommitAsync(Id, _changes)
     .ConfigureAwait(false);
 }