public ActionResult GetBannerHome(int idBannerHomeTop) { return(Ok(_bannerAppService.GetBannerHome(idBannerHomeTop))); }