Exemple #1
0
 public GameDirectoryService(GameDirectoryRepository gameDirectoryDb)
 {
     _gameDirectoryDb = gameDirectoryDb;
 }