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

            return(Ok(model));
        }