Example #1
0
 // GET: Review/Edit/5
 public ActionResult Edit(int id)
 {
     return(View(da.SearchByReviewID(id)));
 }