MAJ du jeu de données pour la partie formation

develop
jboinembalome 4 years ago
parent bb67f315cd
commit db7eff40a8
  1. 10
      EPAServeur/Context/DataSeeder.cs

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

Loading…
Cancel
Save