Пример #1
0
 public ActionResult delete(string id)
 {
     _db.DeleteBatchQuizMapping(id);
     return(RedirectToAction("index"));
 }