Exemplo n.º 1
0
 public ActionResult AcceptTimeSlot(int timeId)
 {
     _matchService.AcceptTimeSlot(timeId);
     return(RedirectToAction("Index", "Veteran"));
 }