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