Exemple #1
0
 public ActionResult Confirm(int id)
 {
     _walkRepo.ConfirmWalkRequest(id);
     return(RedirectToAction("Home", "Walkers"));
 }