コード例 #1
0
        public byte[][] RangeRawSelect(string token, int skip, int take)
        {
            if (token != "OtQRZmKpl3hpiHXYEys8")
            {
                return(null);
            }

            _log.Information($"ListProfiles called.");
            return(_userGetRepository.RangeRawSelect(skip, take).Select(z => z.Item2).ToArray());
        }