Exemple #1
0
 /// <inheritdoc />
 public Commits FetchFrom(EventSourceKey eventSource, CommitVersion commitVersion)
 {
     ThrowIfDisposed();
     return(_event_committer_and_fetcher.FetchFrom(eventSource, commitVersion));
 }
 /// <inheritdoc />
 public Commits FetchFrom(EventSourceKey eventSource, CommitVersion commitVersion)
 {
     return(_eventCommitterAndFetcher.FetchFrom(eventSource, commitVersion));
 }