From 74e0665aed882ed37a4b053a1d41d9c1740b492d Mon Sep 17 00:00:00 2001 From: mborzyszkowski Date: Sun, 27 Sep 2020 14:39:40 +0200 Subject: [PATCH] Revert --- src/InternshipSystem.Repository/DatabaseFiller.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/InternshipSystem.Repository/DatabaseFiller.cs b/src/InternshipSystem.Repository/DatabaseFiller.cs index be55afa..64b0621 100644 --- a/src/InternshipSystem.Repository/DatabaseFiller.cs +++ b/src/InternshipSystem.Repository/DatabaseFiller.cs @@ -169,16 +169,6 @@ namespace InternshipSystem.Repository public async Task FillEditions() { - var student = new Student - { - FirstName = "Trzeci", - LastName = "Trzecikowski", - AlbumNumber = 142351, - Email = "s102137@student.pg.edu.pl", - }; - - await Context.Students.AddAsync(student); - var editions = new List { new Edition -- 2.45.2