diff --git a/EPAServeur/Context/DataSeeder.cs b/EPAServeur/Context/DataSeeder.cs index e91a242..8403d4d 100644 --- a/EPAServeur/Context/DataSeeder.cs +++ b/EPAServeur/Context/DataSeeder.cs @@ -358,7 +358,7 @@ namespace EPAServeur.Context statutPlanifie = new StatutFormation { IdStatutFormation = 1, Libelle = "Planifiée" }; epContext.StatutFormation.Add(statutPlanifie); - statutReplanifie = new StatutFormation { IdStatutFormation = 2, Libelle = "Replanifié" }; + statutReplanifie = new StatutFormation { IdStatutFormation = 2, Libelle = "Replanifiée" }; epContext.StatutFormation.Add(statutReplanifie); statutRealise = new StatutFormation { IdStatutFormation = 3, Libelle = "Réalisée" }; @@ -446,7 +446,7 @@ namespace EPAServeur.Context Intitule = "Formation1", DateDebut = new DateTime(2020, 9, 16, 10, 0, 0), - DateFin = new DateTime(2020, 9, 16), + DateFin = new DateTime(2020, 9, 17), IdAgence = 1, Heure = 2, Jour = 1, @@ -569,7 +569,7 @@ namespace EPAServeur.Context f8 = new Formation { - Intitule = "Formation2", + Intitule = "Formation8", DateDebut = new DateTime(2020, 11, 18, 10, 0, 0), DateFin = new DateTime(2020, 11, 20), IdAgence = 1, @@ -612,7 +612,7 @@ namespace EPAServeur.Context ModeFormation = modePresentiel, TypeFormation = typeInterne, Organisme = "Organisme4", - Origine = origineFormationClient, + Origine = origineFormationReglementaire, Statut = statutAnnule, EstCertifiee = false }; @@ -629,7 +629,7 @@ namespace EPAServeur.Context ModeFormation = modePresentiel, TypeFormation = typeInterne, Organisme = "Organisme1", - Origine = origineFormationClient, + Origine = origineFormationReglementaire, Statut = statutAnnule, EstCertifiee = false };