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

Manually merged
kadet merged 1 commits from kadet-patch-2 into master 2020-11-07 15:32:23 +01:00

View File

@ -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
{