Пример #1
0
 public void AddGameOwned(int playerId, int gameId)
 {
     _playerRepository.AddGameOwned(playerId, gameId);
 }