Exemple #1
0
 public ActionResult End(int id)
 {
     _tripService.End(id);
     return(RedirectToRoute(new { controller = "Trip", action = "Index" }));
 }