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