Exemplo n.º 1
0
 public EventStore(IEventStoreProvider eventStoreProvider)
 {
     _eventStoreProvider = eventStoreProvider.NotNull();
 }