Exemple #1
0
        public async Task <Jogo> ObterJogoPorIdAsync(long Id)
        {
            var jogo = await JogoRepositorio.ObterJogoPorIdAsync(Id);

            return(jogo);
        }