Merge pull request 'Update 'src/InternshipSystem.Repository/DatabaseFiller.cs'' (#77) from kadet-patch-2 into master

This commit is contained in:
Kacper Donat 2020-11-07 15:31:57 +01:00
commit 05fde36f41

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
{