Esempio n. 1
0
 public SensorRegistryUpdateRequestHandler(IRegistryCache registryCache)
 {
     this.localRegistry = registryCache;
 }
Esempio n. 2
0
 public GetAllSensorsRequestHandler(IRegistryCache registryCache)
 {
     this.registryCache = registryCache;
 }