Ejemplo n.º 1
0
 public List <Player> GetAllPlayers()
 {
     return(_playerDal.GetAllPlayers());
 }