Example #1
0
 public ActionResult Edit(int id)
 {
     return(View(lampRepo.Find(id)));
 }