From 37d9d68c82947d9ac5afda4b81bfb8834022d8e2 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sat, 7 Nov 2020 15:31:48 +0100 Subject: [PATCH] Update 'src/InternshipSystem.Repository/DatabaseFiller.cs' --- src/InternshipSystem.Repository/DatabaseFiller.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/InternshipSystem.Repository/DatabaseFiller.cs b/src/InternshipSystem.Repository/DatabaseFiller.cs index 520c960..9fda8f7 100644 --- a/src/InternshipSystem.Repository/DatabaseFiller.cs +++ b/src/InternshipSystem.Repository/DatabaseFiller.cs @@ -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 {