Ajout de l'id agence pour les formations dans la classe DataSeeder

develop
jboinembalome 4 years ago
parent c0985a63b8
commit cfe019be07
  1. 15
      EPAServeur/Context/DataSeeder.cs

@ -447,6 +447,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 9, 16, 10, 0, 0),
DateFin = new DateTime(2020, 9, 16),
IdAgence = 1,
Heure = 2,
Jour = 1,
ModeFormation = modeELearning,
@ -464,6 +465,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 10, 5, 14, 0, 0),
DateFin = new DateTime(2020, 10, 9),
IdAgence = 1,
Heure = 10,
Jour = 5,
ModeFormation = modeExterne,
@ -481,6 +483,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 9, 21, 14, 0, 0),
DateFin = new DateTime(2020, 9, 21),
IdAgence = 1,
Heure = 4,
Jour = 2,
ModeFormation = modeELearning,
@ -498,6 +501,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 05, 11, 14, 0, 0),
DateFin = new DateTime(2020, 05, 11),
IdAgence = 1,
Heure = 3,
Jour = 1,
ModeFormation = modeELearning,
@ -515,6 +519,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 08, 1, 13, 0, 0),
DateFin = new DateTime(2020, 08, 3),
IdAgence = 1,
Heure = 6,
Jour = 2,
ModeFormation = modePresentiel,
@ -532,6 +537,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 9, 30, 9, 0, 0),
DateFin = new DateTime(2020, 10, 1),
IdAgence = 1,
Heure = 4,
Jour = 2,
ModeFormation = modePresentiel,
@ -549,6 +555,7 @@ namespace EPAServeur.Context
DateDebut = new DateTime(2020, 10, 5, 10, 0, 0),
DateFin = new DateTime(2020, 10, 8),
IdAgence = 1,
Heure = 6,
Jour = 5,
ModeFormation = modePresentiel,
@ -563,9 +570,9 @@ namespace EPAServeur.Context
f8 = new Formation
{
Intitule = "Formation2",
DateDebut = new DateTime(2020, 11, 18, 10, 0, 0),
DateFin = new DateTime(2020, 11, 20),
IdAgence = 1,
Heure = 6,
Jour = 3,
ModeFormation = modeELearning,
@ -580,9 +587,9 @@ namespace EPAServeur.Context
f9 = new Formation
{
Intitule = "Formation9",
DateDebut = new DateTime(2020, 11, 15, 9, 0, 0),
DateFin = new DateTime(2020, 11, 15),
IdAgence = 1,
Heure = 3,
Jour = 1,
ModeFormation = modePresentiel,
@ -597,9 +604,9 @@ namespace EPAServeur.Context
f10 = new Formation
{
Intitule = "Formation10",
DateDebut = new DateTime(2020, 8, 3, 14, 0, 0),
DateFin = new DateTime(2020, 8, 3),
IdAgence = 1,
Heure = 2,
Jour = 1,
ModeFormation = modePresentiel,
@ -614,9 +621,9 @@ namespace EPAServeur.Context
f11 = new Formation
{
Intitule = "Formation11",
DateDebut = new DateTime(2020, 04, 6, 9, 0, 0),
DateFin = new DateTime(2020, 04, 11),
IdAgence = 1,
Heure = 15,
Jour = 5,
ModeFormation = modePresentiel,

Loading…
Cancel
Save