Пример #1
0
 public IActionResult AdminGetDetailBanner(int id)
 {
     return(Ok(_postAppService.GetDetailsPost(id)));
 }