Пример #1
0
 public ActionResult ObrisiSeminar(int id)
 {
     _seminari.ObrisiSeminar(id);
     return(RedirectToAction("Predbiljezba"));
 }