Exemplo n.º 1
0
 public QueryDb(EventStoreContext context, IQueryNotifier notifier)
 {
     _context             = context;
     _notifier            = notifier;
     _changedSubscription = new QueryChangedSubscription(this, context);
     _changedWindow       = new QueryChangedWindow();
 }
Exemplo n.º 2
0
 public QueryHost(IQueryNotifier notifier)
 {
     _notifier = notifier;
 }