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