From 25051d03d0c7abaa8cb85db8e0744371abadf8c8 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Wed, 28 Oct 2020 16:28:30 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20projet=20de=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ EPAServeur.Tests/EPAServeur.Tests.csproj | 19 +++++++++++++++++++ EPAServeur.Tests/UnitTest1.cs | 18 ++++++++++++++++++ EPAServeur.sln | 10 +++++++++- .../.config}/dotnet-tools.json | 0 .../ApiCollaborateur}/AdresseApi.cs | 0 .../ApiCollaborateur}/AgenceApi.cs | 0 .../ApiCollaborateur}/BusinessUnitApi.cs | 0 .../ApiCollaborateur}/CollaborateurApi.cs | 0 .../ApiCollaborateur}/PeriodeDessaiApi.cs | 0 .../ApiCollaborateur}/ProjetApi.cs | 0 .../ApiCollaborateur}/ReferentApi.cs | 0 .../ValidateModelStateAttribute.cs | 0 .../ClientCollaborateur}/ApiClient.cs | 0 .../ClientCollaborateur}/ApiException.cs | 0 .../ClientCollaborateur}/ApiResponse.cs | 0 .../ClientCollaborateur}/Configuration.cs | 0 .../ClientCollaborateur}/ExceptionFactory.cs | 0 .../GlobalConfiguration.cs | 0 .../ClientCollaborateur}/IApiAccessor.cs | 0 .../IReadableConfiguration.cs | 0 .../SwaggerDateConverter.cs | 0 {Commun => EPAServeur/Commun}/APIAccess.cs | 0 {Commun => EPAServeur/Commun}/BDaccess.cs | 0 {Commun => EPAServeur/Commun}/Function.cs | 0 .../Commun}/KeycloakAuthentificator.cs | 0 {Context => EPAServeur/Context}/EpContext.cs | 0 .../Controllers}/CollaborateursApi.cs | 0 .../Controllers}/DemandesDelegationApi.cs | 0 .../Controllers}/DemandesEPIApi.cs | 0 .../Controllers}/DemandesFormationApi.cs | 0 .../Controllers}/EngagementsApi.cs | 0 .../Controllers}/EpApi.cs | 0 .../Controllers}/FormationsApi.cs | 0 .../Controllers}/NotesApi.cs | 0 .../ParticipationsFormationsApi.cs | 0 .../Controllers}/ReferentsApi.cs | 0 {DTO => EPAServeur/DTO}/AffichageNoteDTO.cs | 0 {DTO => EPAServeur/DTO}/AgenceDTO.cs | 0 .../DTO}/AugmentationSalaireDTO.cs | 0 {DTO => EPAServeur/DTO}/BusinessUnitDTO.cs | 0 {DTO => EPAServeur/DTO}/ChampDTO.cs | 0 {DTO => EPAServeur/DTO}/CollaborateurDTO.cs | 0 .../DTO}/CreationDemandeDelegationDTO.cs | 0 .../DTO}/CreationDemandeFormationDTO.cs | 0 .../DTO}/DemandeDelegationDTO.cs | 0 {DTO => EPAServeur/DTO}/DemandeEPIDTO.cs | 0 .../DTO}/DemandeFormationDTO.cs | 0 {DTO => EPAServeur/DTO}/DetailsNoteDTO.cs | 0 {DTO => EPAServeur/DTO}/DocumentDTO.cs | 0 {DTO => EPAServeur/DTO}/EngagementDTO.cs | 0 {DTO => EPAServeur/DTO}/EpDTO.cs | 0 {DTO => EPAServeur/DTO}/EpInformationDTO.cs | 0 {DTO => EPAServeur/DTO}/EpSaisieDTO.cs | 0 {DTO => EPAServeur/DTO}/ErreurDTO.cs | 0 {DTO => EPAServeur/DTO}/EvaluationDTO.cs | 0 {DTO => EPAServeur/DTO}/FormationDTO.cs | 0 .../DTO}/FormationDTOParticipantsFormation.cs | 0 .../DTO}/FormationDetailsDTO.cs | 0 {DTO => EPAServeur/DTO}/ModeFormationDTO.cs | 0 {DTO => EPAServeur/DTO}/ObjectifDTO.cs | 0 .../DTO}/ObjectifPrecedentDTO.cs | 0 .../DTO}/OrigineDemandeFormationDTO.cs | 0 .../DTO}/OrigineFormationDTO.cs | 0 {DTO => EPAServeur/DTO}/ParticipationEPDTO.cs | 0 .../DTO}/ParticipationFormationDTO.cs | 0 {DTO => EPAServeur/DTO}/ProchainEPDTO.cs | 0 {DTO => EPAServeur/DTO}/ProfilDTO.cs | 0 {DTO => EPAServeur/DTO}/RDVEntretienDTO.cs | 0 {DTO => EPAServeur/DTO}/ReferentDTO.cs | 0 {DTO => EPAServeur/DTO}/SaisieDTO.cs | 0 {DTO => EPAServeur/DTO}/StatutFormationDTO.cs | 0 {DTO => EPAServeur/DTO}/ThemeDTO.cs | 0 {DTO => EPAServeur/DTO}/TypeEntretienDTO.cs | 0 {DTO => EPAServeur/DTO}/TypeFormationDTO.cs | 0 .../EPAServeur.csproj | 0 .../CollaborateurNotFoundException.cs | 0 .../EngagementIncompatibleIdException.cs | 0 .../Exceptions}/EngagementInvalidException.cs | 0 .../EngagementNotFoundException.cs | 0 .../FormationIncompatibleIdException.cs | 0 .../Exceptions}/FormationInvalidException.cs | 0 .../Exceptions}/FormationNotFoundException.cs | 0 .../ModeFormationNotFoundException.cs | 0 .../NoteIdImcompatibleException.cs | 0 .../Exceptions}/NoteInvalideException.cs | 0 .../Exceptions}/NoteNotFoundException.cs | 0 .../OrigineFormationNotFoundException.cs | 0 .../Exceptions}/ReferentNotFoundException.cs | 0 .../StatutFormationNotFoundException.cs | 0 .../TypeFormationNotFoundException.cs | 0 .../Filters}/BasePathFilter.cs | 0 .../GeneratePathParamsValidationFilter.cs | 0 .../IServices}/ICollaborateurService.cs | 0 .../IServices}/IEngagementService.cs | 0 .../IServices}/IFormationService.cs | 0 .../IServices}/INoteService.cs | 0 .../IServices}/IReferentService.cs | 0 .../ModelCollaborateur}/Adresse.cs | 0 .../ModelCollaborateur}/Agence.cs | 0 .../ModelCollaborateur}/BU.cs | 0 .../ModelCollaborateur}/Collaborateur.cs | 0 .../ModelCollaborateur}/Fonction.cs | 0 .../ModelCollaborateur}/Genre.cs | 0 .../ModelCollaborateur}/IssuePE.cs | 0 .../NouveauCollaborateur.cs | 0 .../ModelCollaborateur}/NouveauProjet.cs | 0 .../ModelCollaborateur}/NouvelleAdresse.cs | 0 .../ModelCollaborateur}/NouvelleAgence.cs | 0 .../ModelCollaborateur}/NouvelleBU.cs | 0 .../NouvellePeriodeEssai.cs | 0 .../ModelCollaborateur}/PeriodeEssai.cs | 0 .../ModelCollaborateur}/Projet.cs | 0 .../ModelCollaborateur}/Referent.cs | 0 .../ModelCollaborateur}/Statut.cs | 0 .../ModelCollaborateur}/Technologie.cs | 0 .../Models}/EP/AugmentationSalaire.cs | 0 .../Models}/EP/Autorisation.cs | 0 .../Models}/EP/ChoixTypeEntretien.cs | 0 .../Models}/EP/Delegation.cs | 0 {Models => EPAServeur/Models}/EP/Document.cs | 0 .../Models}/EP/Engagement.cs | 0 {Models => EPAServeur/Models}/EP/Ep.cs | 0 {Models => EPAServeur/Models}/EP/Objectif.cs | 0 .../Models}/EP/ObjectifPrecedent.cs | 0 .../Models}/EP/ParticipantEP.cs | 0 .../Models}/EP/RdvEntretien.cs | 0 .../Models}/EP/TypeEntretien.cs | 0 .../Models}/Formation/DemandeFormation.cs | 0 .../Models}/Formation/Formation.cs | 0 .../Models}/Formation/ModeFormation.cs | 0 .../Formation/OrigineDemandeFormation.cs | 0 .../Models}/Formation/OrigineFormation.cs | 0 .../Formation/ParticipationFormation.cs | 0 .../Models}/Formation/StatutFormation.cs | 0 .../Models}/Formation/Theme.cs | 0 .../Models}/Formation/TypeFormation.cs | 0 {Models => EPAServeur/Models}/Notes/Note.cs | 0 .../Models}/SaisieChamp/Champ.cs | 0 .../Models}/SaisieChamp/Saisie.cs | 0 Program.cs => EPAServeur/Program.cs | 0 .../Properties}/launchSettings.json | 0 .../Security}/BearerAuthenticationHandler.cs | 0 .../Services}/CollaborateurService.cs | 0 .../Services}/EngagementService.cs | 0 .../Services}/FormationService.cs | 0 .../Services}/NoteService.cs | 0 .../Services}/ReferentService.cs | 0 Startup.cs => EPAServeur/Startup.cs | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 151 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 EPAServeur.Tests/EPAServeur.Tests.csproj create mode 100644 EPAServeur.Tests/UnitTest1.cs rename {.config => EPAServeur/.config}/dotnet-tools.json (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/AdresseApi.cs (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/AgenceApi.cs (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/BusinessUnitApi.cs (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/CollaborateurApi.cs (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/PeriodeDessaiApi.cs (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/ProjetApi.cs (100%) rename {ApiCollaborateur => EPAServeur/ApiCollaborateur}/ReferentApi.cs (100%) rename {Attributes => EPAServeur/Attributes}/ValidateModelStateAttribute.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/ApiClient.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/ApiException.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/ApiResponse.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/Configuration.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/ExceptionFactory.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/GlobalConfiguration.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/IApiAccessor.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/IReadableConfiguration.cs (100%) rename {ClientCollaborateur => EPAServeur/ClientCollaborateur}/SwaggerDateConverter.cs (100%) rename {Commun => EPAServeur/Commun}/APIAccess.cs (100%) rename {Commun => EPAServeur/Commun}/BDaccess.cs (100%) rename {Commun => EPAServeur/Commun}/Function.cs (100%) rename {Commun => EPAServeur/Commun}/KeycloakAuthentificator.cs (100%) rename {Context => EPAServeur/Context}/EpContext.cs (100%) rename {Controllers => EPAServeur/Controllers}/CollaborateursApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/DemandesDelegationApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/DemandesEPIApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/DemandesFormationApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/EngagementsApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/EpApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/FormationsApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/NotesApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/ParticipationsFormationsApi.cs (100%) rename {Controllers => EPAServeur/Controllers}/ReferentsApi.cs (100%) rename {DTO => EPAServeur/DTO}/AffichageNoteDTO.cs (100%) rename {DTO => EPAServeur/DTO}/AgenceDTO.cs (100%) rename {DTO => EPAServeur/DTO}/AugmentationSalaireDTO.cs (100%) rename {DTO => EPAServeur/DTO}/BusinessUnitDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ChampDTO.cs (100%) rename {DTO => EPAServeur/DTO}/CollaborateurDTO.cs (100%) rename {DTO => EPAServeur/DTO}/CreationDemandeDelegationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/CreationDemandeFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/DemandeDelegationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/DemandeEPIDTO.cs (100%) rename {DTO => EPAServeur/DTO}/DemandeFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/DetailsNoteDTO.cs (100%) rename {DTO => EPAServeur/DTO}/DocumentDTO.cs (100%) rename {DTO => EPAServeur/DTO}/EngagementDTO.cs (100%) rename {DTO => EPAServeur/DTO}/EpDTO.cs (100%) rename {DTO => EPAServeur/DTO}/EpInformationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/EpSaisieDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ErreurDTO.cs (100%) rename {DTO => EPAServeur/DTO}/EvaluationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/FormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/FormationDTOParticipantsFormation.cs (100%) rename {DTO => EPAServeur/DTO}/FormationDetailsDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ModeFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ObjectifDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ObjectifPrecedentDTO.cs (100%) rename {DTO => EPAServeur/DTO}/OrigineDemandeFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/OrigineFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ParticipationEPDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ParticipationFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ProchainEPDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ProfilDTO.cs (100%) rename {DTO => EPAServeur/DTO}/RDVEntretienDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ReferentDTO.cs (100%) rename {DTO => EPAServeur/DTO}/SaisieDTO.cs (100%) rename {DTO => EPAServeur/DTO}/StatutFormationDTO.cs (100%) rename {DTO => EPAServeur/DTO}/ThemeDTO.cs (100%) rename {DTO => EPAServeur/DTO}/TypeEntretienDTO.cs (100%) rename {DTO => EPAServeur/DTO}/TypeFormationDTO.cs (100%) rename EPAServeur.csproj => EPAServeur/EPAServeur.csproj (100%) rename {Exceptions => EPAServeur/Exceptions}/CollaborateurNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/EngagementIncompatibleIdException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/EngagementInvalidException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/EngagementNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/FormationIncompatibleIdException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/FormationInvalidException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/FormationNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/ModeFormationNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/NoteIdImcompatibleException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/NoteInvalideException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/NoteNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/OrigineFormationNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/ReferentNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/StatutFormationNotFoundException.cs (100%) rename {Exceptions => EPAServeur/Exceptions}/TypeFormationNotFoundException.cs (100%) rename {Filters => EPAServeur/Filters}/BasePathFilter.cs (100%) rename {Filters => EPAServeur/Filters}/GeneratePathParamsValidationFilter.cs (100%) rename {IServices => EPAServeur/IServices}/ICollaborateurService.cs (100%) rename {IServices => EPAServeur/IServices}/IEngagementService.cs (100%) rename {IServices => EPAServeur/IServices}/IFormationService.cs (100%) rename {IServices => EPAServeur/IServices}/INoteService.cs (100%) rename {IServices => EPAServeur/IServices}/IReferentService.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Adresse.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Agence.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/BU.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Collaborateur.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Fonction.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Genre.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/IssuePE.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/NouveauCollaborateur.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/NouveauProjet.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/NouvelleAdresse.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/NouvelleAgence.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/NouvelleBU.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/NouvellePeriodeEssai.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/PeriodeEssai.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Projet.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Referent.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Statut.cs (100%) rename {ModelCollaborateur => EPAServeur/ModelCollaborateur}/Technologie.cs (100%) rename {Models => EPAServeur/Models}/EP/AugmentationSalaire.cs (100%) rename {Models => EPAServeur/Models}/EP/Autorisation.cs (100%) rename {Models => EPAServeur/Models}/EP/ChoixTypeEntretien.cs (100%) rename {Models => EPAServeur/Models}/EP/Delegation.cs (100%) rename {Models => EPAServeur/Models}/EP/Document.cs (100%) rename {Models => EPAServeur/Models}/EP/Engagement.cs (100%) rename {Models => EPAServeur/Models}/EP/Ep.cs (100%) rename {Models => EPAServeur/Models}/EP/Objectif.cs (100%) rename {Models => EPAServeur/Models}/EP/ObjectifPrecedent.cs (100%) rename {Models => EPAServeur/Models}/EP/ParticipantEP.cs (100%) rename {Models => EPAServeur/Models}/EP/RdvEntretien.cs (100%) rename {Models => EPAServeur/Models}/EP/TypeEntretien.cs (100%) rename {Models => EPAServeur/Models}/Formation/DemandeFormation.cs (100%) rename {Models => EPAServeur/Models}/Formation/Formation.cs (100%) rename {Models => EPAServeur/Models}/Formation/ModeFormation.cs (100%) rename {Models => EPAServeur/Models}/Formation/OrigineDemandeFormation.cs (100%) rename {Models => EPAServeur/Models}/Formation/OrigineFormation.cs (100%) rename {Models => EPAServeur/Models}/Formation/ParticipationFormation.cs (100%) rename {Models => EPAServeur/Models}/Formation/StatutFormation.cs (100%) rename {Models => EPAServeur/Models}/Formation/Theme.cs (100%) rename {Models => EPAServeur/Models}/Formation/TypeFormation.cs (100%) rename {Models => EPAServeur/Models}/Notes/Note.cs (100%) rename {Models => EPAServeur/Models}/SaisieChamp/Champ.cs (100%) rename {Models => EPAServeur/Models}/SaisieChamp/Saisie.cs (100%) rename Program.cs => EPAServeur/Program.cs (100%) rename {Properties => EPAServeur/Properties}/launchSettings.json (100%) rename {Security => EPAServeur/Security}/BearerAuthenticationHandler.cs (100%) rename {Services => EPAServeur/Services}/CollaborateurService.cs (100%) rename {Services => EPAServeur/Services}/EngagementService.cs (100%) rename {Services => EPAServeur/Services}/FormationService.cs (100%) rename {Services => EPAServeur/Services}/NoteService.cs (100%) rename {Services => EPAServeur/Services}/ReferentService.cs (100%) rename Startup.cs => EPAServeur/Startup.cs (100%) rename appsettings.Development.json => EPAServeur/appsettings.Development.json (100%) rename appsettings.json => EPAServeur/appsettings.json (100%) diff --git a/.gitignore b/.gitignore index 5d4f348..c4077a4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# LOGS EPA SERVEUR +/EPAServeurLog + # User-specific files *.rsuser *.suo diff --git a/EPAServeur.Tests/EPAServeur.Tests.csproj b/EPAServeur.Tests/EPAServeur.Tests.csproj new file mode 100644 index 0000000..5efe526 --- /dev/null +++ b/EPAServeur.Tests/EPAServeur.Tests.csproj @@ -0,0 +1,19 @@ + + + + netcoreapp3.1 + + false + + + + + + + + + + + + + diff --git a/EPAServeur.Tests/UnitTest1.cs b/EPAServeur.Tests/UnitTest1.cs new file mode 100644 index 0000000..5a29a6d --- /dev/null +++ b/EPAServeur.Tests/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace EPAServeur.Tests +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/EPAServeur.sln b/EPAServeur.sln index ef971de..9ed712b 100644 --- a/EPAServeur.sln +++ b/EPAServeur.sln @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30128.74 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPAServeur", "EPAServeur.csproj", "{D19F441B-010F-481F-8A59-C5FA928B5077}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPAServeur", "EPAServeur\EPAServeur.csproj", "{D19F441B-010F-481F-8A59-C5FA928B5077}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPAServeur.Tests", "EPAServeur.Tests\EPAServeur.Tests.csproj", "{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -18,6 +20,12 @@ Global {D19F441B-010F-481F-8A59-C5FA928B5077}.InitDB|Any CPU.Build.0 = InitDB|Any CPU {D19F441B-010F-481F-8A59-C5FA928B5077}.Release|Any CPU.ActiveCfg = Release|Any CPU {D19F441B-010F-481F-8A59-C5FA928B5077}.Release|Any CPU.Build.0 = Release|Any CPU + {DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.InitDB|Any CPU.ActiveCfg = Release|Any CPU + {DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.InitDB|Any CPU.Build.0 = Release|Any CPU + {DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/.config/dotnet-tools.json b/EPAServeur/.config/dotnet-tools.json similarity index 100% rename from .config/dotnet-tools.json rename to EPAServeur/.config/dotnet-tools.json diff --git a/ApiCollaborateur/AdresseApi.cs b/EPAServeur/ApiCollaborateur/AdresseApi.cs similarity index 100% rename from ApiCollaborateur/AdresseApi.cs rename to EPAServeur/ApiCollaborateur/AdresseApi.cs diff --git a/ApiCollaborateur/AgenceApi.cs b/EPAServeur/ApiCollaborateur/AgenceApi.cs similarity index 100% rename from ApiCollaborateur/AgenceApi.cs rename to EPAServeur/ApiCollaborateur/AgenceApi.cs diff --git a/ApiCollaborateur/BusinessUnitApi.cs b/EPAServeur/ApiCollaborateur/BusinessUnitApi.cs similarity index 100% rename from ApiCollaborateur/BusinessUnitApi.cs rename to EPAServeur/ApiCollaborateur/BusinessUnitApi.cs diff --git a/ApiCollaborateur/CollaborateurApi.cs b/EPAServeur/ApiCollaborateur/CollaborateurApi.cs similarity index 100% rename from ApiCollaborateur/CollaborateurApi.cs rename to EPAServeur/ApiCollaborateur/CollaborateurApi.cs diff --git a/ApiCollaborateur/PeriodeDessaiApi.cs b/EPAServeur/ApiCollaborateur/PeriodeDessaiApi.cs similarity index 100% rename from ApiCollaborateur/PeriodeDessaiApi.cs rename to EPAServeur/ApiCollaborateur/PeriodeDessaiApi.cs diff --git a/ApiCollaborateur/ProjetApi.cs b/EPAServeur/ApiCollaborateur/ProjetApi.cs similarity index 100% rename from ApiCollaborateur/ProjetApi.cs rename to EPAServeur/ApiCollaborateur/ProjetApi.cs diff --git a/ApiCollaborateur/ReferentApi.cs b/EPAServeur/ApiCollaborateur/ReferentApi.cs similarity index 100% rename from ApiCollaborateur/ReferentApi.cs rename to EPAServeur/ApiCollaborateur/ReferentApi.cs diff --git a/Attributes/ValidateModelStateAttribute.cs b/EPAServeur/Attributes/ValidateModelStateAttribute.cs similarity index 100% rename from Attributes/ValidateModelStateAttribute.cs rename to EPAServeur/Attributes/ValidateModelStateAttribute.cs diff --git a/ClientCollaborateur/ApiClient.cs b/EPAServeur/ClientCollaborateur/ApiClient.cs similarity index 100% rename from ClientCollaborateur/ApiClient.cs rename to EPAServeur/ClientCollaborateur/ApiClient.cs diff --git a/ClientCollaborateur/ApiException.cs b/EPAServeur/ClientCollaborateur/ApiException.cs similarity index 100% rename from ClientCollaborateur/ApiException.cs rename to EPAServeur/ClientCollaborateur/ApiException.cs diff --git a/ClientCollaborateur/ApiResponse.cs b/EPAServeur/ClientCollaborateur/ApiResponse.cs similarity index 100% rename from ClientCollaborateur/ApiResponse.cs rename to EPAServeur/ClientCollaborateur/ApiResponse.cs diff --git a/ClientCollaborateur/Configuration.cs b/EPAServeur/ClientCollaborateur/Configuration.cs similarity index 100% rename from ClientCollaborateur/Configuration.cs rename to EPAServeur/ClientCollaborateur/Configuration.cs diff --git a/ClientCollaborateur/ExceptionFactory.cs b/EPAServeur/ClientCollaborateur/ExceptionFactory.cs similarity index 100% rename from ClientCollaborateur/ExceptionFactory.cs rename to EPAServeur/ClientCollaborateur/ExceptionFactory.cs diff --git a/ClientCollaborateur/GlobalConfiguration.cs b/EPAServeur/ClientCollaborateur/GlobalConfiguration.cs similarity index 100% rename from ClientCollaborateur/GlobalConfiguration.cs rename to EPAServeur/ClientCollaborateur/GlobalConfiguration.cs diff --git a/ClientCollaborateur/IApiAccessor.cs b/EPAServeur/ClientCollaborateur/IApiAccessor.cs similarity index 100% rename from ClientCollaborateur/IApiAccessor.cs rename to EPAServeur/ClientCollaborateur/IApiAccessor.cs diff --git a/ClientCollaborateur/IReadableConfiguration.cs b/EPAServeur/ClientCollaborateur/IReadableConfiguration.cs similarity index 100% rename from ClientCollaborateur/IReadableConfiguration.cs rename to EPAServeur/ClientCollaborateur/IReadableConfiguration.cs diff --git a/ClientCollaborateur/SwaggerDateConverter.cs b/EPAServeur/ClientCollaborateur/SwaggerDateConverter.cs similarity index 100% rename from ClientCollaborateur/SwaggerDateConverter.cs rename to EPAServeur/ClientCollaborateur/SwaggerDateConverter.cs diff --git a/Commun/APIAccess.cs b/EPAServeur/Commun/APIAccess.cs similarity index 100% rename from Commun/APIAccess.cs rename to EPAServeur/Commun/APIAccess.cs diff --git a/Commun/BDaccess.cs b/EPAServeur/Commun/BDaccess.cs similarity index 100% rename from Commun/BDaccess.cs rename to EPAServeur/Commun/BDaccess.cs diff --git a/Commun/Function.cs b/EPAServeur/Commun/Function.cs similarity index 100% rename from Commun/Function.cs rename to EPAServeur/Commun/Function.cs diff --git a/Commun/KeycloakAuthentificator.cs b/EPAServeur/Commun/KeycloakAuthentificator.cs similarity index 100% rename from Commun/KeycloakAuthentificator.cs rename to EPAServeur/Commun/KeycloakAuthentificator.cs diff --git a/Context/EpContext.cs b/EPAServeur/Context/EpContext.cs similarity index 100% rename from Context/EpContext.cs rename to EPAServeur/Context/EpContext.cs diff --git a/Controllers/CollaborateursApi.cs b/EPAServeur/Controllers/CollaborateursApi.cs similarity index 100% rename from Controllers/CollaborateursApi.cs rename to EPAServeur/Controllers/CollaborateursApi.cs diff --git a/Controllers/DemandesDelegationApi.cs b/EPAServeur/Controllers/DemandesDelegationApi.cs similarity index 100% rename from Controllers/DemandesDelegationApi.cs rename to EPAServeur/Controllers/DemandesDelegationApi.cs diff --git a/Controllers/DemandesEPIApi.cs b/EPAServeur/Controllers/DemandesEPIApi.cs similarity index 100% rename from Controllers/DemandesEPIApi.cs rename to EPAServeur/Controllers/DemandesEPIApi.cs diff --git a/Controllers/DemandesFormationApi.cs b/EPAServeur/Controllers/DemandesFormationApi.cs similarity index 100% rename from Controllers/DemandesFormationApi.cs rename to EPAServeur/Controllers/DemandesFormationApi.cs diff --git a/Controllers/EngagementsApi.cs b/EPAServeur/Controllers/EngagementsApi.cs similarity index 100% rename from Controllers/EngagementsApi.cs rename to EPAServeur/Controllers/EngagementsApi.cs diff --git a/Controllers/EpApi.cs b/EPAServeur/Controllers/EpApi.cs similarity index 100% rename from Controllers/EpApi.cs rename to EPAServeur/Controllers/EpApi.cs diff --git a/Controllers/FormationsApi.cs b/EPAServeur/Controllers/FormationsApi.cs similarity index 100% rename from Controllers/FormationsApi.cs rename to EPAServeur/Controllers/FormationsApi.cs diff --git a/Controllers/NotesApi.cs b/EPAServeur/Controllers/NotesApi.cs similarity index 100% rename from Controllers/NotesApi.cs rename to EPAServeur/Controllers/NotesApi.cs diff --git a/Controllers/ParticipationsFormationsApi.cs b/EPAServeur/Controllers/ParticipationsFormationsApi.cs similarity index 100% rename from Controllers/ParticipationsFormationsApi.cs rename to EPAServeur/Controllers/ParticipationsFormationsApi.cs diff --git a/Controllers/ReferentsApi.cs b/EPAServeur/Controllers/ReferentsApi.cs similarity index 100% rename from Controllers/ReferentsApi.cs rename to EPAServeur/Controllers/ReferentsApi.cs diff --git a/DTO/AffichageNoteDTO.cs b/EPAServeur/DTO/AffichageNoteDTO.cs similarity index 100% rename from DTO/AffichageNoteDTO.cs rename to EPAServeur/DTO/AffichageNoteDTO.cs diff --git a/DTO/AgenceDTO.cs b/EPAServeur/DTO/AgenceDTO.cs similarity index 100% rename from DTO/AgenceDTO.cs rename to EPAServeur/DTO/AgenceDTO.cs diff --git a/DTO/AugmentationSalaireDTO.cs b/EPAServeur/DTO/AugmentationSalaireDTO.cs similarity index 100% rename from DTO/AugmentationSalaireDTO.cs rename to EPAServeur/DTO/AugmentationSalaireDTO.cs diff --git a/DTO/BusinessUnitDTO.cs b/EPAServeur/DTO/BusinessUnitDTO.cs similarity index 100% rename from DTO/BusinessUnitDTO.cs rename to EPAServeur/DTO/BusinessUnitDTO.cs diff --git a/DTO/ChampDTO.cs b/EPAServeur/DTO/ChampDTO.cs similarity index 100% rename from DTO/ChampDTO.cs rename to EPAServeur/DTO/ChampDTO.cs diff --git a/DTO/CollaborateurDTO.cs b/EPAServeur/DTO/CollaborateurDTO.cs similarity index 100% rename from DTO/CollaborateurDTO.cs rename to EPAServeur/DTO/CollaborateurDTO.cs diff --git a/DTO/CreationDemandeDelegationDTO.cs b/EPAServeur/DTO/CreationDemandeDelegationDTO.cs similarity index 100% rename from DTO/CreationDemandeDelegationDTO.cs rename to EPAServeur/DTO/CreationDemandeDelegationDTO.cs diff --git a/DTO/CreationDemandeFormationDTO.cs b/EPAServeur/DTO/CreationDemandeFormationDTO.cs similarity index 100% rename from DTO/CreationDemandeFormationDTO.cs rename to EPAServeur/DTO/CreationDemandeFormationDTO.cs diff --git a/DTO/DemandeDelegationDTO.cs b/EPAServeur/DTO/DemandeDelegationDTO.cs similarity index 100% rename from DTO/DemandeDelegationDTO.cs rename to EPAServeur/DTO/DemandeDelegationDTO.cs diff --git a/DTO/DemandeEPIDTO.cs b/EPAServeur/DTO/DemandeEPIDTO.cs similarity index 100% rename from DTO/DemandeEPIDTO.cs rename to EPAServeur/DTO/DemandeEPIDTO.cs diff --git a/DTO/DemandeFormationDTO.cs b/EPAServeur/DTO/DemandeFormationDTO.cs similarity index 100% rename from DTO/DemandeFormationDTO.cs rename to EPAServeur/DTO/DemandeFormationDTO.cs diff --git a/DTO/DetailsNoteDTO.cs b/EPAServeur/DTO/DetailsNoteDTO.cs similarity index 100% rename from DTO/DetailsNoteDTO.cs rename to EPAServeur/DTO/DetailsNoteDTO.cs diff --git a/DTO/DocumentDTO.cs b/EPAServeur/DTO/DocumentDTO.cs similarity index 100% rename from DTO/DocumentDTO.cs rename to EPAServeur/DTO/DocumentDTO.cs diff --git a/DTO/EngagementDTO.cs b/EPAServeur/DTO/EngagementDTO.cs similarity index 100% rename from DTO/EngagementDTO.cs rename to EPAServeur/DTO/EngagementDTO.cs diff --git a/DTO/EpDTO.cs b/EPAServeur/DTO/EpDTO.cs similarity index 100% rename from DTO/EpDTO.cs rename to EPAServeur/DTO/EpDTO.cs diff --git a/DTO/EpInformationDTO.cs b/EPAServeur/DTO/EpInformationDTO.cs similarity index 100% rename from DTO/EpInformationDTO.cs rename to EPAServeur/DTO/EpInformationDTO.cs diff --git a/DTO/EpSaisieDTO.cs b/EPAServeur/DTO/EpSaisieDTO.cs similarity index 100% rename from DTO/EpSaisieDTO.cs rename to EPAServeur/DTO/EpSaisieDTO.cs diff --git a/DTO/ErreurDTO.cs b/EPAServeur/DTO/ErreurDTO.cs similarity index 100% rename from DTO/ErreurDTO.cs rename to EPAServeur/DTO/ErreurDTO.cs diff --git a/DTO/EvaluationDTO.cs b/EPAServeur/DTO/EvaluationDTO.cs similarity index 100% rename from DTO/EvaluationDTO.cs rename to EPAServeur/DTO/EvaluationDTO.cs diff --git a/DTO/FormationDTO.cs b/EPAServeur/DTO/FormationDTO.cs similarity index 100% rename from DTO/FormationDTO.cs rename to EPAServeur/DTO/FormationDTO.cs diff --git a/DTO/FormationDTOParticipantsFormation.cs b/EPAServeur/DTO/FormationDTOParticipantsFormation.cs similarity index 100% rename from DTO/FormationDTOParticipantsFormation.cs rename to EPAServeur/DTO/FormationDTOParticipantsFormation.cs diff --git a/DTO/FormationDetailsDTO.cs b/EPAServeur/DTO/FormationDetailsDTO.cs similarity index 100% rename from DTO/FormationDetailsDTO.cs rename to EPAServeur/DTO/FormationDetailsDTO.cs diff --git a/DTO/ModeFormationDTO.cs b/EPAServeur/DTO/ModeFormationDTO.cs similarity index 100% rename from DTO/ModeFormationDTO.cs rename to EPAServeur/DTO/ModeFormationDTO.cs diff --git a/DTO/ObjectifDTO.cs b/EPAServeur/DTO/ObjectifDTO.cs similarity index 100% rename from DTO/ObjectifDTO.cs rename to EPAServeur/DTO/ObjectifDTO.cs diff --git a/DTO/ObjectifPrecedentDTO.cs b/EPAServeur/DTO/ObjectifPrecedentDTO.cs similarity index 100% rename from DTO/ObjectifPrecedentDTO.cs rename to EPAServeur/DTO/ObjectifPrecedentDTO.cs diff --git a/DTO/OrigineDemandeFormationDTO.cs b/EPAServeur/DTO/OrigineDemandeFormationDTO.cs similarity index 100% rename from DTO/OrigineDemandeFormationDTO.cs rename to EPAServeur/DTO/OrigineDemandeFormationDTO.cs diff --git a/DTO/OrigineFormationDTO.cs b/EPAServeur/DTO/OrigineFormationDTO.cs similarity index 100% rename from DTO/OrigineFormationDTO.cs rename to EPAServeur/DTO/OrigineFormationDTO.cs diff --git a/DTO/ParticipationEPDTO.cs b/EPAServeur/DTO/ParticipationEPDTO.cs similarity index 100% rename from DTO/ParticipationEPDTO.cs rename to EPAServeur/DTO/ParticipationEPDTO.cs diff --git a/DTO/ParticipationFormationDTO.cs b/EPAServeur/DTO/ParticipationFormationDTO.cs similarity index 100% rename from DTO/ParticipationFormationDTO.cs rename to EPAServeur/DTO/ParticipationFormationDTO.cs diff --git a/DTO/ProchainEPDTO.cs b/EPAServeur/DTO/ProchainEPDTO.cs similarity index 100% rename from DTO/ProchainEPDTO.cs rename to EPAServeur/DTO/ProchainEPDTO.cs diff --git a/DTO/ProfilDTO.cs b/EPAServeur/DTO/ProfilDTO.cs similarity index 100% rename from DTO/ProfilDTO.cs rename to EPAServeur/DTO/ProfilDTO.cs diff --git a/DTO/RDVEntretienDTO.cs b/EPAServeur/DTO/RDVEntretienDTO.cs similarity index 100% rename from DTO/RDVEntretienDTO.cs rename to EPAServeur/DTO/RDVEntretienDTO.cs diff --git a/DTO/ReferentDTO.cs b/EPAServeur/DTO/ReferentDTO.cs similarity index 100% rename from DTO/ReferentDTO.cs rename to EPAServeur/DTO/ReferentDTO.cs diff --git a/DTO/SaisieDTO.cs b/EPAServeur/DTO/SaisieDTO.cs similarity index 100% rename from DTO/SaisieDTO.cs rename to EPAServeur/DTO/SaisieDTO.cs diff --git a/DTO/StatutFormationDTO.cs b/EPAServeur/DTO/StatutFormationDTO.cs similarity index 100% rename from DTO/StatutFormationDTO.cs rename to EPAServeur/DTO/StatutFormationDTO.cs diff --git a/DTO/ThemeDTO.cs b/EPAServeur/DTO/ThemeDTO.cs similarity index 100% rename from DTO/ThemeDTO.cs rename to EPAServeur/DTO/ThemeDTO.cs diff --git a/DTO/TypeEntretienDTO.cs b/EPAServeur/DTO/TypeEntretienDTO.cs similarity index 100% rename from DTO/TypeEntretienDTO.cs rename to EPAServeur/DTO/TypeEntretienDTO.cs diff --git a/DTO/TypeFormationDTO.cs b/EPAServeur/DTO/TypeFormationDTO.cs similarity index 100% rename from DTO/TypeFormationDTO.cs rename to EPAServeur/DTO/TypeFormationDTO.cs diff --git a/EPAServeur.csproj b/EPAServeur/EPAServeur.csproj similarity index 100% rename from EPAServeur.csproj rename to EPAServeur/EPAServeur.csproj diff --git a/Exceptions/CollaborateurNotFoundException.cs b/EPAServeur/Exceptions/CollaborateurNotFoundException.cs similarity index 100% rename from Exceptions/CollaborateurNotFoundException.cs rename to EPAServeur/Exceptions/CollaborateurNotFoundException.cs diff --git a/Exceptions/EngagementIncompatibleIdException.cs b/EPAServeur/Exceptions/EngagementIncompatibleIdException.cs similarity index 100% rename from Exceptions/EngagementIncompatibleIdException.cs rename to EPAServeur/Exceptions/EngagementIncompatibleIdException.cs diff --git a/Exceptions/EngagementInvalidException.cs b/EPAServeur/Exceptions/EngagementInvalidException.cs similarity index 100% rename from Exceptions/EngagementInvalidException.cs rename to EPAServeur/Exceptions/EngagementInvalidException.cs diff --git a/Exceptions/EngagementNotFoundException.cs b/EPAServeur/Exceptions/EngagementNotFoundException.cs similarity index 100% rename from Exceptions/EngagementNotFoundException.cs rename to EPAServeur/Exceptions/EngagementNotFoundException.cs diff --git a/Exceptions/FormationIncompatibleIdException.cs b/EPAServeur/Exceptions/FormationIncompatibleIdException.cs similarity index 100% rename from Exceptions/FormationIncompatibleIdException.cs rename to EPAServeur/Exceptions/FormationIncompatibleIdException.cs diff --git a/Exceptions/FormationInvalidException.cs b/EPAServeur/Exceptions/FormationInvalidException.cs similarity index 100% rename from Exceptions/FormationInvalidException.cs rename to EPAServeur/Exceptions/FormationInvalidException.cs diff --git a/Exceptions/FormationNotFoundException.cs b/EPAServeur/Exceptions/FormationNotFoundException.cs similarity index 100% rename from Exceptions/FormationNotFoundException.cs rename to EPAServeur/Exceptions/FormationNotFoundException.cs diff --git a/Exceptions/ModeFormationNotFoundException.cs b/EPAServeur/Exceptions/ModeFormationNotFoundException.cs similarity index 100% rename from Exceptions/ModeFormationNotFoundException.cs rename to EPAServeur/Exceptions/ModeFormationNotFoundException.cs diff --git a/Exceptions/NoteIdImcompatibleException.cs b/EPAServeur/Exceptions/NoteIdImcompatibleException.cs similarity index 100% rename from Exceptions/NoteIdImcompatibleException.cs rename to EPAServeur/Exceptions/NoteIdImcompatibleException.cs diff --git a/Exceptions/NoteInvalideException.cs b/EPAServeur/Exceptions/NoteInvalideException.cs similarity index 100% rename from Exceptions/NoteInvalideException.cs rename to EPAServeur/Exceptions/NoteInvalideException.cs diff --git a/Exceptions/NoteNotFoundException.cs b/EPAServeur/Exceptions/NoteNotFoundException.cs similarity index 100% rename from Exceptions/NoteNotFoundException.cs rename to EPAServeur/Exceptions/NoteNotFoundException.cs diff --git a/Exceptions/OrigineFormationNotFoundException.cs b/EPAServeur/Exceptions/OrigineFormationNotFoundException.cs similarity index 100% rename from Exceptions/OrigineFormationNotFoundException.cs rename to EPAServeur/Exceptions/OrigineFormationNotFoundException.cs diff --git a/Exceptions/ReferentNotFoundException.cs b/EPAServeur/Exceptions/ReferentNotFoundException.cs similarity index 100% rename from Exceptions/ReferentNotFoundException.cs rename to EPAServeur/Exceptions/ReferentNotFoundException.cs diff --git a/Exceptions/StatutFormationNotFoundException.cs b/EPAServeur/Exceptions/StatutFormationNotFoundException.cs similarity index 100% rename from Exceptions/StatutFormationNotFoundException.cs rename to EPAServeur/Exceptions/StatutFormationNotFoundException.cs diff --git a/Exceptions/TypeFormationNotFoundException.cs b/EPAServeur/Exceptions/TypeFormationNotFoundException.cs similarity index 100% rename from Exceptions/TypeFormationNotFoundException.cs rename to EPAServeur/Exceptions/TypeFormationNotFoundException.cs diff --git a/Filters/BasePathFilter.cs b/EPAServeur/Filters/BasePathFilter.cs similarity index 100% rename from Filters/BasePathFilter.cs rename to EPAServeur/Filters/BasePathFilter.cs diff --git a/Filters/GeneratePathParamsValidationFilter.cs b/EPAServeur/Filters/GeneratePathParamsValidationFilter.cs similarity index 100% rename from Filters/GeneratePathParamsValidationFilter.cs rename to EPAServeur/Filters/GeneratePathParamsValidationFilter.cs diff --git a/IServices/ICollaborateurService.cs b/EPAServeur/IServices/ICollaborateurService.cs similarity index 100% rename from IServices/ICollaborateurService.cs rename to EPAServeur/IServices/ICollaborateurService.cs diff --git a/IServices/IEngagementService.cs b/EPAServeur/IServices/IEngagementService.cs similarity index 100% rename from IServices/IEngagementService.cs rename to EPAServeur/IServices/IEngagementService.cs diff --git a/IServices/IFormationService.cs b/EPAServeur/IServices/IFormationService.cs similarity index 100% rename from IServices/IFormationService.cs rename to EPAServeur/IServices/IFormationService.cs diff --git a/IServices/INoteService.cs b/EPAServeur/IServices/INoteService.cs similarity index 100% rename from IServices/INoteService.cs rename to EPAServeur/IServices/INoteService.cs diff --git a/IServices/IReferentService.cs b/EPAServeur/IServices/IReferentService.cs similarity index 100% rename from IServices/IReferentService.cs rename to EPAServeur/IServices/IReferentService.cs diff --git a/ModelCollaborateur/Adresse.cs b/EPAServeur/ModelCollaborateur/Adresse.cs similarity index 100% rename from ModelCollaborateur/Adresse.cs rename to EPAServeur/ModelCollaborateur/Adresse.cs diff --git a/ModelCollaborateur/Agence.cs b/EPAServeur/ModelCollaborateur/Agence.cs similarity index 100% rename from ModelCollaborateur/Agence.cs rename to EPAServeur/ModelCollaborateur/Agence.cs diff --git a/ModelCollaborateur/BU.cs b/EPAServeur/ModelCollaborateur/BU.cs similarity index 100% rename from ModelCollaborateur/BU.cs rename to EPAServeur/ModelCollaborateur/BU.cs diff --git a/ModelCollaborateur/Collaborateur.cs b/EPAServeur/ModelCollaborateur/Collaborateur.cs similarity index 100% rename from ModelCollaborateur/Collaborateur.cs rename to EPAServeur/ModelCollaborateur/Collaborateur.cs diff --git a/ModelCollaborateur/Fonction.cs b/EPAServeur/ModelCollaborateur/Fonction.cs similarity index 100% rename from ModelCollaborateur/Fonction.cs rename to EPAServeur/ModelCollaborateur/Fonction.cs diff --git a/ModelCollaborateur/Genre.cs b/EPAServeur/ModelCollaborateur/Genre.cs similarity index 100% rename from ModelCollaborateur/Genre.cs rename to EPAServeur/ModelCollaborateur/Genre.cs diff --git a/ModelCollaborateur/IssuePE.cs b/EPAServeur/ModelCollaborateur/IssuePE.cs similarity index 100% rename from ModelCollaborateur/IssuePE.cs rename to EPAServeur/ModelCollaborateur/IssuePE.cs diff --git a/ModelCollaborateur/NouveauCollaborateur.cs b/EPAServeur/ModelCollaborateur/NouveauCollaborateur.cs similarity index 100% rename from ModelCollaborateur/NouveauCollaborateur.cs rename to EPAServeur/ModelCollaborateur/NouveauCollaborateur.cs diff --git a/ModelCollaborateur/NouveauProjet.cs b/EPAServeur/ModelCollaborateur/NouveauProjet.cs similarity index 100% rename from ModelCollaborateur/NouveauProjet.cs rename to EPAServeur/ModelCollaborateur/NouveauProjet.cs diff --git a/ModelCollaborateur/NouvelleAdresse.cs b/EPAServeur/ModelCollaborateur/NouvelleAdresse.cs similarity index 100% rename from ModelCollaborateur/NouvelleAdresse.cs rename to EPAServeur/ModelCollaborateur/NouvelleAdresse.cs diff --git a/ModelCollaborateur/NouvelleAgence.cs b/EPAServeur/ModelCollaborateur/NouvelleAgence.cs similarity index 100% rename from ModelCollaborateur/NouvelleAgence.cs rename to EPAServeur/ModelCollaborateur/NouvelleAgence.cs diff --git a/ModelCollaborateur/NouvelleBU.cs b/EPAServeur/ModelCollaborateur/NouvelleBU.cs similarity index 100% rename from ModelCollaborateur/NouvelleBU.cs rename to EPAServeur/ModelCollaborateur/NouvelleBU.cs diff --git a/ModelCollaborateur/NouvellePeriodeEssai.cs b/EPAServeur/ModelCollaborateur/NouvellePeriodeEssai.cs similarity index 100% rename from ModelCollaborateur/NouvellePeriodeEssai.cs rename to EPAServeur/ModelCollaborateur/NouvellePeriodeEssai.cs diff --git a/ModelCollaborateur/PeriodeEssai.cs b/EPAServeur/ModelCollaborateur/PeriodeEssai.cs similarity index 100% rename from ModelCollaborateur/PeriodeEssai.cs rename to EPAServeur/ModelCollaborateur/PeriodeEssai.cs diff --git a/ModelCollaborateur/Projet.cs b/EPAServeur/ModelCollaborateur/Projet.cs similarity index 100% rename from ModelCollaborateur/Projet.cs rename to EPAServeur/ModelCollaborateur/Projet.cs diff --git a/ModelCollaborateur/Referent.cs b/EPAServeur/ModelCollaborateur/Referent.cs similarity index 100% rename from ModelCollaborateur/Referent.cs rename to EPAServeur/ModelCollaborateur/Referent.cs diff --git a/ModelCollaborateur/Statut.cs b/EPAServeur/ModelCollaborateur/Statut.cs similarity index 100% rename from ModelCollaborateur/Statut.cs rename to EPAServeur/ModelCollaborateur/Statut.cs diff --git a/ModelCollaborateur/Technologie.cs b/EPAServeur/ModelCollaborateur/Technologie.cs similarity index 100% rename from ModelCollaborateur/Technologie.cs rename to EPAServeur/ModelCollaborateur/Technologie.cs diff --git a/Models/EP/AugmentationSalaire.cs b/EPAServeur/Models/EP/AugmentationSalaire.cs similarity index 100% rename from Models/EP/AugmentationSalaire.cs rename to EPAServeur/Models/EP/AugmentationSalaire.cs diff --git a/Models/EP/Autorisation.cs b/EPAServeur/Models/EP/Autorisation.cs similarity index 100% rename from Models/EP/Autorisation.cs rename to EPAServeur/Models/EP/Autorisation.cs diff --git a/Models/EP/ChoixTypeEntretien.cs b/EPAServeur/Models/EP/ChoixTypeEntretien.cs similarity index 100% rename from Models/EP/ChoixTypeEntretien.cs rename to EPAServeur/Models/EP/ChoixTypeEntretien.cs diff --git a/Models/EP/Delegation.cs b/EPAServeur/Models/EP/Delegation.cs similarity index 100% rename from Models/EP/Delegation.cs rename to EPAServeur/Models/EP/Delegation.cs diff --git a/Models/EP/Document.cs b/EPAServeur/Models/EP/Document.cs similarity index 100% rename from Models/EP/Document.cs rename to EPAServeur/Models/EP/Document.cs diff --git a/Models/EP/Engagement.cs b/EPAServeur/Models/EP/Engagement.cs similarity index 100% rename from Models/EP/Engagement.cs rename to EPAServeur/Models/EP/Engagement.cs diff --git a/Models/EP/Ep.cs b/EPAServeur/Models/EP/Ep.cs similarity index 100% rename from Models/EP/Ep.cs rename to EPAServeur/Models/EP/Ep.cs diff --git a/Models/EP/Objectif.cs b/EPAServeur/Models/EP/Objectif.cs similarity index 100% rename from Models/EP/Objectif.cs rename to EPAServeur/Models/EP/Objectif.cs diff --git a/Models/EP/ObjectifPrecedent.cs b/EPAServeur/Models/EP/ObjectifPrecedent.cs similarity index 100% rename from Models/EP/ObjectifPrecedent.cs rename to EPAServeur/Models/EP/ObjectifPrecedent.cs diff --git a/Models/EP/ParticipantEP.cs b/EPAServeur/Models/EP/ParticipantEP.cs similarity index 100% rename from Models/EP/ParticipantEP.cs rename to EPAServeur/Models/EP/ParticipantEP.cs diff --git a/Models/EP/RdvEntretien.cs b/EPAServeur/Models/EP/RdvEntretien.cs similarity index 100% rename from Models/EP/RdvEntretien.cs rename to EPAServeur/Models/EP/RdvEntretien.cs diff --git a/Models/EP/TypeEntretien.cs b/EPAServeur/Models/EP/TypeEntretien.cs similarity index 100% rename from Models/EP/TypeEntretien.cs rename to EPAServeur/Models/EP/TypeEntretien.cs diff --git a/Models/Formation/DemandeFormation.cs b/EPAServeur/Models/Formation/DemandeFormation.cs similarity index 100% rename from Models/Formation/DemandeFormation.cs rename to EPAServeur/Models/Formation/DemandeFormation.cs diff --git a/Models/Formation/Formation.cs b/EPAServeur/Models/Formation/Formation.cs similarity index 100% rename from Models/Formation/Formation.cs rename to EPAServeur/Models/Formation/Formation.cs diff --git a/Models/Formation/ModeFormation.cs b/EPAServeur/Models/Formation/ModeFormation.cs similarity index 100% rename from Models/Formation/ModeFormation.cs rename to EPAServeur/Models/Formation/ModeFormation.cs diff --git a/Models/Formation/OrigineDemandeFormation.cs b/EPAServeur/Models/Formation/OrigineDemandeFormation.cs similarity index 100% rename from Models/Formation/OrigineDemandeFormation.cs rename to EPAServeur/Models/Formation/OrigineDemandeFormation.cs diff --git a/Models/Formation/OrigineFormation.cs b/EPAServeur/Models/Formation/OrigineFormation.cs similarity index 100% rename from Models/Formation/OrigineFormation.cs rename to EPAServeur/Models/Formation/OrigineFormation.cs diff --git a/Models/Formation/ParticipationFormation.cs b/EPAServeur/Models/Formation/ParticipationFormation.cs similarity index 100% rename from Models/Formation/ParticipationFormation.cs rename to EPAServeur/Models/Formation/ParticipationFormation.cs diff --git a/Models/Formation/StatutFormation.cs b/EPAServeur/Models/Formation/StatutFormation.cs similarity index 100% rename from Models/Formation/StatutFormation.cs rename to EPAServeur/Models/Formation/StatutFormation.cs diff --git a/Models/Formation/Theme.cs b/EPAServeur/Models/Formation/Theme.cs similarity index 100% rename from Models/Formation/Theme.cs rename to EPAServeur/Models/Formation/Theme.cs diff --git a/Models/Formation/TypeFormation.cs b/EPAServeur/Models/Formation/TypeFormation.cs similarity index 100% rename from Models/Formation/TypeFormation.cs rename to EPAServeur/Models/Formation/TypeFormation.cs diff --git a/Models/Notes/Note.cs b/EPAServeur/Models/Notes/Note.cs similarity index 100% rename from Models/Notes/Note.cs rename to EPAServeur/Models/Notes/Note.cs diff --git a/Models/SaisieChamp/Champ.cs b/EPAServeur/Models/SaisieChamp/Champ.cs similarity index 100% rename from Models/SaisieChamp/Champ.cs rename to EPAServeur/Models/SaisieChamp/Champ.cs diff --git a/Models/SaisieChamp/Saisie.cs b/EPAServeur/Models/SaisieChamp/Saisie.cs similarity index 100% rename from Models/SaisieChamp/Saisie.cs rename to EPAServeur/Models/SaisieChamp/Saisie.cs diff --git a/Program.cs b/EPAServeur/Program.cs similarity index 100% rename from Program.cs rename to EPAServeur/Program.cs diff --git a/Properties/launchSettings.json b/EPAServeur/Properties/launchSettings.json similarity index 100% rename from Properties/launchSettings.json rename to EPAServeur/Properties/launchSettings.json diff --git a/Security/BearerAuthenticationHandler.cs b/EPAServeur/Security/BearerAuthenticationHandler.cs similarity index 100% rename from Security/BearerAuthenticationHandler.cs rename to EPAServeur/Security/BearerAuthenticationHandler.cs diff --git a/Services/CollaborateurService.cs b/EPAServeur/Services/CollaborateurService.cs similarity index 100% rename from Services/CollaborateurService.cs rename to EPAServeur/Services/CollaborateurService.cs diff --git a/Services/EngagementService.cs b/EPAServeur/Services/EngagementService.cs similarity index 100% rename from Services/EngagementService.cs rename to EPAServeur/Services/EngagementService.cs diff --git a/Services/FormationService.cs b/EPAServeur/Services/FormationService.cs similarity index 100% rename from Services/FormationService.cs rename to EPAServeur/Services/FormationService.cs diff --git a/Services/NoteService.cs b/EPAServeur/Services/NoteService.cs similarity index 100% rename from Services/NoteService.cs rename to EPAServeur/Services/NoteService.cs diff --git a/Services/ReferentService.cs b/EPAServeur/Services/ReferentService.cs similarity index 100% rename from Services/ReferentService.cs rename to EPAServeur/Services/ReferentService.cs diff --git a/Startup.cs b/EPAServeur/Startup.cs similarity index 100% rename from Startup.cs rename to EPAServeur/Startup.cs diff --git a/appsettings.Development.json b/EPAServeur/appsettings.Development.json similarity index 100% rename from appsettings.Development.json rename to EPAServeur/appsettings.Development.json diff --git a/appsettings.json b/EPAServeur/appsettings.json similarity index 100% rename from appsettings.json rename to EPAServeur/appsettings.json