Beispiel #1
0
 public ActionResult Preview(int id)
 {
     return(View(Candidate.GetCandidateById(id)));
 }