Пример #1
0
 public ActionResult edit(string id)
 {
     return(new JsonNetResult(_db.GetBatchQuizMapping(id)));
 }