public IActionResult AdminGetDetailBanner(int id) { return(Ok(_postAppService.GetDetailsPost(id))); }