Exemple #1
0
 public Task DeletarJogo(int id)
 {
     return(_jogoRepository.DeletarJogo(id));
 }