Exemplo n.º 1
0
 public async Task <JogadorEntity> GetByIdAsync(int id)
 {
     return(await _repository.GetByIdAsync(id));
 }