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