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