Ejemplo n.º 1
0
 public async Task AddPlayer(Player player, Game game)
 {
     await _playerRepository.AddPlayers(player, game);
 }