Example #1
0
 public ActionResult AddLike(int id)
 {
     lampRepo.AddLikeToLamp(id);
     return(RedirectToAction("Index"));
 }