Exemplo n.º 1
0
        public IActionResult GetAllNews()
        {
            var model = _postAppService.GetAllNews();

            return(Ok(model));
        }