Пример #1
0
 //
 // GET: /Parameter/Details/5
 public ActionResult Details(int?id)
 {
     return(View(IPR.Find(id)));
 }