public ActionResult GetDetailNews(int id) { var model = _postAppService.GetDetails(id); return(Ok(model)); }