Пример #1
0
 public ActionResult Delete(int id)
 {
     imus.Deletar(id);
     return(View());
 }