Пример #1
0
 public Jugador Get(int idJugador)
 {
     return(_jugadorRepository.Get(idJugador));
 }