public IActionResult Get() { return(Ok(_roundService.GetAllRoundFromATournament(17))); }
public ActionResult GetTournamentDetails(int tournamentId) { return(Ok(_roundService.GetAllRoundFromATournament(tournamentId))); }