Exemple #1
0
 public async Task Update(Jogo Objeto)
 {
     await JogoRepositorio.Update(Objeto);
 }