コード例 #1
0
 static ControlDataProcessor()
 {
     _deviceControlCommandService = AhnqIotContainer.Container.Resolve <IDeviceControlCommandService>();
     _deviceService           = AhnqIotContainer.Container.Resolve <IDeviceService>();
     _deviceControlLogService = AhnqIotContainer.Container.Resolve <IDeviceControlLogService>();
     _redis = new RedisClient();
 }
コード例 #2
0
 public ControlQueryProcess()
 {
     _controlCommandService = AhnqIotContainer.Container.Resolve <IDeviceControlCommandService>();
     _deviceService         = AhnqIotContainer.Container.Resolve <IDeviceService>();
 }