예제 #1
0
 public SensorRegistryUpdateRequestHandler(IRegistryCache registryCache)
 {
     this.localRegistry = registryCache;
 }
예제 #2
0
 public GetAllSensorsRequestHandler(IRegistryCache registryCache)
 {
     this.registryCache = registryCache;
 }