From 64a9b6a69dbdbf12bcd01352ed214a9e693fb764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yana=C3=ABl=20GRETTE?= Date: Thu, 25 Feb 2021 13:16:11 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=A9g=C3=A8re=20modification=20du=20jeu=20de?= =?UTF-8?q?=20donn=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EPAServeur/Context/DataSeeder.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EPAServeur/Context/DataSeeder.cs b/EPAServeur/Context/DataSeeder.cs index d7e8238..5d4081c 100644 --- a/EPAServeur/Context/DataSeeder.cs +++ b/EPAServeur/Context/DataSeeder.cs @@ -922,7 +922,7 @@ namespace EPAServeur.Context DatePrevisionnelle = new DateTime(2020, 2, 25, 9, 0, 0), DateDisponibilite = new DateTime(2020, 1, 6), Obligatoire = false, - Statut = StatutEp.SignatureReferent, + Statut = StatutEp.Signe, CV = "CV.pdf", DateSaisie = new DateTime(2020, 2, 23) }; @@ -1957,7 +1957,7 @@ namespace EPAServeur.Context DatePrevisionnelle = new DateTime(2020, 7, 8), DateDisponibilite = new DateTime(2020, 6, 8), Obligatoire = false, - Statut = StatutEp.DatesProposees, + Statut = StatutEp.Signe, CV = "CV.pdf", DateSaisie = new DateTime(2020, 7, 20) }; @@ -1989,7 +1989,7 @@ namespace EPAServeur.Context DatePrevisionnelle = new DateTime(2020, 7, 8), DateDisponibilite = new DateTime(2020, 6, 8), Obligatoire = false, - Statut = StatutEp.DatesProposees, + Statut = StatutEp.Signe, CV = "CV.pdf", DateSaisie = new DateTime(2020, 7, 20) };