예제 #1
0
 public EntryStream StreamFor(string streamName) => journal.ReadStream(streamName);
예제 #2
0
 public EntryStream StreamFor(string streamName)
 {
     return(journal.ReadStream(streamName));
 }