示例#1
0
 public IActionResult BannerList()
 {
     return(View(bannerService.GetBannerForAdmin()));
 }