Exemplo n.º 1
0
 // GET: Review
 public ActionResult Index()
 {
     return(View(da.ShowReviews()));
 }