コード例 #1
0
        public UserGetMetaDTO[] ListProfiles(string token)
        {
            if (token != "OtQRZmKpl3hpiHXYEys8")
            {
                return(null);
            }

            _log.Information($"ListProfiles called.");
            return(_userGetRepository.ListRecords().ToArray());
        }