Exemplo n.º 1
0
 public ActionResult CreateMatch(int stadiumId, DateTime dateTime, string header)
 {
     _scheduleService.CreateMatch(stadiumId, dateTime, header);
     return(RedirectToAction("Index"));
 }