예제 #1
0
 public InMemoryEventStorePlayer(InMemoryEventStoreStorage eventStoreStorage)
 {
     this.eventStoreStorage = eventStoreStorage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InMemoryEventStore"/> class.
 /// </summary>
 /// <param name="eventStoreStorage">The event store storage.</param>
 public InMemoryEventStore(InMemoryEventStoreStorage eventStoreStorage)
 {
     this.eventStoreStorage = eventStoreStorage;
 }