コード例 #1
0
ファイル: DeviceController.cs プロジェクト: kpocza/thriot
        public IEnumerable <SinkInfoDto> GetSinks()
        {
            var deviceId = _deviceAuthenticationContext.GetContextDevice(this.HttpContext);

            return(_reportingService.GetSinks(deviceId));
        }