This commit is contained in:
ismail 2018-08-01 15:57:37 +02:00
parent 2bb15a26eb
commit 28c308c5d2
1 changed files with 0 additions and 6 deletions

View File

@ -164,7 +164,6 @@ namespace EHEC_Server
{
for (int y = 0; y < 5; y++)
{
Exam exam = new Exam
{
ExamUid = Guid.NewGuid().ToString(),
@ -174,9 +173,6 @@ namespace EHEC_Server
};
ctx.Exams.Add(exam);
ctx.SaveChanges();
}
if (i > 10)
{
@ -191,9 +187,7 @@ namespace EHEC_Server
ctx.Origin_Exam.Add(origin_exam);
ctx.SaveChanges();
}
}
}
}
}