diff --git a/EntityFramework_LoL/Sources/ApiLol/ApiLol.csproj b/Sources/ApiLol/ApiLol.csproj similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/ApiLol.csproj rename to Sources/ApiLol/ApiLol.csproj diff --git a/EntityFramework_LoL/Sources/ApiLol/Controllers/ChampionController.cs b/Sources/ApiLol/Controllers/ChampionController.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Controllers/ChampionController.cs rename to Sources/ApiLol/Controllers/ChampionController.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Controllers/WeatherForecastController.cs b/Sources/ApiLol/Controllers/WeatherForecastController.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Controllers/WeatherForecastController.cs rename to Sources/ApiLol/Controllers/WeatherForecastController.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/DTO/ChampionDTO.cs b/Sources/ApiLol/DTO/ChampionDTO.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/DTO/ChampionDTO.cs rename to Sources/ApiLol/DTO/ChampionDTO.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Mapping/ChampionMapper.cs b/Sources/ApiLol/Mapping/ChampionMapper.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Mapping/ChampionMapper.cs rename to Sources/ApiLol/Mapping/ChampionMapper.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Program.cs b/Sources/ApiLol/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Program.cs rename to Sources/ApiLol/Program.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Properties/launchSettings.json b/Sources/ApiLol/Properties/launchSettings.json similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Properties/launchSettings.json rename to Sources/ApiLol/Properties/launchSettings.json diff --git a/EntityFramework_LoL/Sources/ApiLol/WeatherForecast.cs b/Sources/ApiLol/WeatherForecast.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/WeatherForecast.cs rename to Sources/ApiLol/WeatherForecast.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/appsettings.Development.json b/Sources/ApiLol/appsettings.Development.json similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/appsettings.Development.json rename to Sources/ApiLol/appsettings.Development.json diff --git a/EntityFramework_LoL/Sources/ApiLol/appsettings.json b/Sources/ApiLol/appsettings.json similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/appsettings.json rename to Sources/ApiLol/appsettings.json diff --git a/EntityFramework_LoL/Sources/ConsoleApi/ConsoleApi.csproj b/Sources/ConsoleApi/ConsoleApi.csproj similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleApi/ConsoleApi.csproj rename to Sources/ConsoleApi/ConsoleApi.csproj diff --git a/EntityFramework_LoL/Sources/ConsoleApi/Program.cs b/Sources/ConsoleApi/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleApi/Program.cs rename to Sources/ConsoleApi/Program.cs diff --git a/EntityFramework_LoL/Sources/ConsoleDb/ConsoleDb.csproj b/Sources/ConsoleDb/ConsoleDb.csproj similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/ConsoleDb.csproj rename to Sources/ConsoleDb/ConsoleDb.csproj diff --git a/EntityFramework_LoL/Sources/ConsoleDb/Program.cs b/Sources/ConsoleDb/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/Program.cs rename to Sources/ConsoleDb/Program.cs diff --git a/EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db b/Sources/ConsoleDb/oiseaux.db similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db rename to Sources/ConsoleDb/oiseaux.db diff --git a/EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-shm b/Sources/ConsoleDb/oiseaux.db-shm similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-shm rename to Sources/ConsoleDb/oiseaux.db-shm diff --git a/EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-wal b/Sources/ConsoleDb/oiseaux.db-wal similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-wal rename to Sources/ConsoleDb/oiseaux.db-wal diff --git a/EntityFramework_LoL/Sources/DataManagers/ChampChanger.cs b/Sources/DataManagers/ChampChanger.cs similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/ChampChanger.cs rename to Sources/DataManagers/ChampChanger.cs diff --git a/EntityFramework_LoL/Sources/DataManagers/DataManagers.csproj b/Sources/DataManagers/DataManagers.csproj similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/DataManagers.csproj rename to Sources/DataManagers/DataManagers.csproj diff --git a/EntityFramework_LoL/Sources/DataManagers/DbChampionManager.cs b/Sources/DataManagers/DbChampionManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/DbChampionManager.cs rename to Sources/DataManagers/DbChampionManager.cs diff --git a/EntityFramework_LoL/Sources/DataManagers/DbDataManager.cs b/Sources/DataManagers/DbDataManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/DbDataManager.cs rename to Sources/DataManagers/DbDataManager.cs diff --git a/EntityFramework_LoL/Sources/EFLib/ChampionEntity.cs b/Sources/EFLib/ChampionEntity.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/ChampionEntity.cs rename to Sources/EFLib/ChampionEntity.cs diff --git a/EntityFramework_LoL/Sources/EFLib/EFLib.csproj b/Sources/EFLib/EFLib.csproj similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/EFLib.csproj rename to Sources/EFLib/EFLib.csproj diff --git a/EntityFramework_LoL/Sources/EFLib/LolContext.cs b/Sources/EFLib/LolContext.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/LolContext.cs rename to Sources/EFLib/LolContext.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs b/Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs rename to Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.cs b/Sources/EFLib/Migrations/20230201085244_oiseaux.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.cs rename to Sources/EFLib/Migrations/20230201085244_oiseaux.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Migrations/LolContextModelSnapshot.cs b/Sources/EFLib/Migrations/LolContextModelSnapshot.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Migrations/LolContextModelSnapshot.cs rename to Sources/EFLib/Migrations/LolContextModelSnapshot.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Program.cs b/Sources/EFLib/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Program.cs rename to Sources/EFLib/Program.cs diff --git a/EntityFramework_LoL/Sources/EFLib/oiseaux.db b/Sources/EFLib/oiseaux.db similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/oiseaux.db rename to Sources/EFLib/oiseaux.db diff --git a/EntityFramework_LoL/Sources/LeagueOfLegends.sln b/Sources/LeagueOfLegends.sln similarity index 100% rename from EntityFramework_LoL/Sources/LeagueOfLegends.sln rename to Sources/LeagueOfLegends.sln diff --git a/EntityFramework_LoL/Sources/Model/Champion.cs b/Sources/Model/Champion.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Champion.cs rename to Sources/Model/Champion.cs diff --git a/EntityFramework_LoL/Sources/Model/IDataManager.cs b/Sources/Model/IDataManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/IDataManager.cs rename to Sources/Model/IDataManager.cs diff --git a/EntityFramework_LoL/Sources/Model/LargeImage.cs b/Sources/Model/LargeImage.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/LargeImage.cs rename to Sources/Model/LargeImage.cs diff --git a/EntityFramework_LoL/Sources/Model/Model.csproj b/Sources/Model/Model.csproj similarity index 100% rename from EntityFramework_LoL/Sources/Model/Model.csproj rename to Sources/Model/Model.csproj diff --git a/EntityFramework_LoL/Sources/Model/Rune.cs b/Sources/Model/Rune.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Rune.cs rename to Sources/Model/Rune.cs diff --git a/EntityFramework_LoL/Sources/Model/RunePage.Category.cs b/Sources/Model/RunePage.Category.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/RunePage.Category.cs rename to Sources/Model/RunePage.Category.cs diff --git a/EntityFramework_LoL/Sources/Model/RunePage.cs b/Sources/Model/RunePage.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/RunePage.cs rename to Sources/Model/RunePage.cs diff --git a/EntityFramework_LoL/Sources/Model/Skill.cs b/Sources/Model/Skill.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Skill.cs rename to Sources/Model/Skill.cs diff --git a/EntityFramework_LoL/Sources/Model/Skin.cs b/Sources/Model/Skin.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Skin.cs rename to Sources/Model/Skin.cs diff --git a/EntityFramework_LoL/Sources/Model/enums/ChampionClass.cs b/Sources/Model/enums/ChampionClass.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/enums/ChampionClass.cs rename to Sources/Model/enums/ChampionClass.cs diff --git a/EntityFramework_LoL/Sources/Model/enums/RuneFamily.cs b/Sources/Model/enums/RuneFamily.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/enums/RuneFamily.cs rename to Sources/Model/enums/RuneFamily.cs diff --git a/EntityFramework_LoL/Sources/Model/enums/SkillType.cs b/Sources/Model/enums/SkillType.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/enums/SkillType.cs rename to Sources/Model/enums/SkillType.cs diff --git a/EntityFramework_LoL/Sources/Shared/IGenericDataManager.cs b/Sources/Shared/IGenericDataManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/Shared/IGenericDataManager.cs rename to Sources/Shared/IGenericDataManager.cs diff --git a/EntityFramework_LoL/Sources/Shared/Shared.csproj b/Sources/Shared/Shared.csproj similarity index 100% rename from EntityFramework_LoL/Sources/Shared/Shared.csproj rename to Sources/Shared/Shared.csproj diff --git a/EntityFramework_LoL/Sources/StubLib/Extensions.cs b/Sources/StubLib/Extensions.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/Extensions.cs rename to Sources/StubLib/Extensions.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.Champions.cs b/Sources/StubLib/StubData.Champions.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.Champions.cs rename to Sources/StubLib/StubData.Champions.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.RunePages.cs b/Sources/StubLib/StubData.RunePages.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.RunePages.cs rename to Sources/StubLib/StubData.RunePages.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.Runes.cs b/Sources/StubLib/StubData.Runes.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.Runes.cs rename to Sources/StubLib/StubData.Runes.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.Skins.cs b/Sources/StubLib/StubData.Skins.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.Skins.cs rename to Sources/StubLib/StubData.Skins.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.cs b/Sources/StubLib/StubData.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.cs rename to Sources/StubLib/StubData.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubLib.csproj b/Sources/StubLib/StubLib.csproj similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubLib.csproj rename to Sources/StubLib/StubLib.csproj diff --git a/EntityFramework_LoL/Sources/Tests/ConsoleTests/ConsoleTests.csproj b/Sources/Tests/ConsoleTests/ConsoleTests.csproj similarity index 100% rename from EntityFramework_LoL/Sources/Tests/ConsoleTests/ConsoleTests.csproj rename to Sources/Tests/ConsoleTests/ConsoleTests.csproj diff --git a/EntityFramework_LoL/Sources/Tests/ConsoleTests/Program.cs b/Sources/Tests/ConsoleTests/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/Tests/ConsoleTests/Program.cs rename to Sources/Tests/ConsoleTests/Program.cs