Beispiel #1
0
 public StoreHandler(TestDataStore store)
     : base(store)
 {
     DiscoveryHandler = new StoreDiscoveryHandler(Store);
     ChannelHandler   = new StoreChannelHandler(Store);
     ObjectHandler    = new StoreObjectHandler(Store);
 }
Beispiel #2
0
 public StoreDiscoveryHandler(TestDataStore store)
     : base(store)
 {
 }
Beispiel #3
0
 public StoreChannelHandler(TestDataStore store)
     : base(store)
 {
 }
Beispiel #4
0
 public StoreObjectHandler(TestDataStore store)
     : base(store)
 {
 }