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