Ejemplo n.º 1
0
        public IActionResult DeleteMatch(Match match)
        {
            var temp = service.DeleteMatch(match.ID, match.Description, match.TeamA, match.TeamB, match.Sport);

            return(Ok(temp));
        }