コード例 #1
0
 // GET: Ads
 public ActionResult Index()
 {
     return(View(adService.GetAllAds()));
 }