Ejemplo n.º 1
0
 /// <summary>
 /// Instantiates a new instance of the <see cref="EventStore" />
 /// </summary>
 public EventStore(EventStreamCommitterAndFetcher committerAndFetcher)
 {
     _event_committer_and_fetcher = committerAndFetcher;
 }