Esempio n. 1
0
        public async Task <IActionResult> GetAllPosts()
        {
            var posts = await topicObj.GetAllPosts();

            return(Ok(posts));
        }