예제 #1
0
 public EventStore(IReadWriteEventStoreConnection connection)
 {
     this.connection = connection;
 }