Ejemplo n.º 1
0
 static ControlDataProcessor()
 {
     _deviceControlCommandService = AhnqIotContainer.Container.Resolve <IDeviceControlCommandService>();
     _deviceService           = AhnqIotContainer.Container.Resolve <IDeviceService>();
     _deviceControlLogService = AhnqIotContainer.Container.Resolve <IDeviceControlLogService>();
     _redis = new RedisClient();
 }
Ejemplo n.º 2
0
 public ControlResultProcess()
 {
     _controlCommandService   = AhnqIotContainer.Container.Resolve <IDeviceControlCommandService>();
     _deviceService           = AhnqIotContainer.Container.Resolve <IDeviceService>();
     _deviceControlLogService = AhnqIotContainer.Container.Resolve <IDeviceControlLogService>();
 }