Merge pull request 'Revert' (#52) from MoreEndpoints into master

This commit is contained in:
Zonar 2020-09-27 14:40:48 +02:00
commit 0b27330931

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