Ejemplo n.º 1
0
 public IActionResult AdminGetDetailBanner(int id)
 {
     return(Ok(_bannerAppService.GetDetailsBanner(id)));
 }