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