示例#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;
 }