예제 #1
0
 public ActionResult Details(int id)
 {
     return(View(_bannerFacade.GetById(id)));
 }