Exemplo n.º 1
0
 public EntryStream StreamFor(string streamName) => journal.ReadStream(streamName);
Exemplo n.º 2
0
 public EntryStream StreamFor(string streamName)
 {
     return(journal.ReadStream(streamName));
 }