Update 'src/InternshipSystem.Repository/DatabaseFiller.cs'

This commit is contained in:
Kacper Donat 2020-11-07 15:31:48 +01:00
parent 3c446802be
commit 37d9d68c82

View File

@ -216,7 +216,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType 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 new EditionInternshipType
{ {
@ -274,7 +274,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType 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 new EditionInternshipType
{ {