Exemplo n.º 1
0
 public ActionResult edit(string id)
 {
     return(new JsonNetResult(_db.GetAttemptDetail(id)));
 }