Example #1
0
 // GET: Grades/Edit/5
 public ActionResult Edit(int id)
 {
     return(View(logic.GetById(id)));
 }