Exemplo n.º 1
0
 public ActionResult OkulGuncelle(School okul)
 {
     TempData["EventResult"] = SchoolManager.OkulGuncelle(okul);
     return(RedirectToAction("Create"));
 }