Update 'src/InternshipSystem.Repository/DatabaseFiller.cs'
This commit is contained in:
parent
3c446802be
commit
37d9d68c82
@ -216,7 +216,7 @@ namespace InternshipSystem.Repository
|
||||
},
|
||||
new EditionInternshipType
|
||||
{
|
||||
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o dzieło"))
|
||||
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o dzieło (w tym B2B)"))
|
||||
},
|
||||
new EditionInternshipType
|
||||
{
|
||||
@ -274,7 +274,7 @@ namespace InternshipSystem.Repository
|
||||
},
|
||||
new EditionInternshipType
|
||||
{
|
||||
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o dzieło"))
|
||||
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o dzieło (w tym B2B)"))
|
||||
},
|
||||
new EditionInternshipType
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user