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