Exemplo n.º 1
0
 public DBLightSwitchesPersistenceService(HomegearDevicesContext dbContext, IOptions <LightSwitchOptions> lightSwitchOptions)
 {
     _dbContext          = dbContext;
     _lightSwitchOptions = lightSwitchOptions.Value;
 }
Exemplo n.º 2
0
 public DBDoorWindowSensorActivityService(HomegearDevicesContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 3
0
 public DBExternalWallSocketsPersistenceService(HomegearDevicesContext dbContext)
 {
     _dbContext = dbContext;
 }