Пример #1
0
 public async Task <Jugador> GetAsync(int idJugador)
 {
     return(await _jugadorRepository.GetAsync(idJugador));
 }