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