Exemplo n.º 1
0
 //
 // GET: /TestResult/Edit/5
 public ActionResult Edit(int id)
 {
     return(View(ee.GetEdit(id)));
 }