This commit is contained in:
mborzyszkowski 2020-09-27 14:39:40 +02:00
parent 2576fda4c8
commit 74e0665aed

View File

@ -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<Edition>
{
new Edition