Example #1
0
        private async Task <object> GetAllTopicNames()
        {
            var topics = await topicsManager.GetAllTopicNames();

            return(Response.AsJson(topics));
        }