Revert
This commit is contained in:
parent
2576fda4c8
commit
74e0665aed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user