Ejemplo n.º 1
0
 public ActionResult Edit(BTGPModel student)
 {
     db.Entry(student).State = EntityState.Modified;
     db.SaveChanges();
     return(RedirectToAction("Index"));
 }