Revert #52

Manually merged
Zonar merged 1 commits from MoreEndpoints into master 2020-09-27 14:40:54 +02:00

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