Ejemplo n.º 1
0
 public long CountStoredEvents(int?eventId = null)
 {
     return(_appendOnlyStore.Count(eventId));
 }