diff --git a/src/InternshipSystem.Repository/DatabaseFiller.cs b/src/InternshipSystem.Repository/DatabaseFiller.cs index 4150806..520c960 100644 --- a/src/InternshipSystem.Repository/DatabaseFiller.cs +++ b/src/InternshipSystem.Repository/DatabaseFiller.cs @@ -212,7 +212,7 @@ namespace InternshipSystem.Repository }, new EditionInternshipType { - InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia")) + InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia (w tym B2B)")) }, new EditionInternshipType { @@ -270,7 +270,7 @@ namespace InternshipSystem.Repository }, new EditionInternshipType { - InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia")) + InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia (w tym B2B)")) }, new EditionInternshipType { @@ -347,7 +347,7 @@ namespace InternshipSystem.Repository InternshipRegistration = new InternshipRegistration { Company = Context.Companies.First(c => c.Name.Equals("Asseco Poland")), - Type = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenie")), + Type = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia (w tym B2B)")), Start = new DateTime(2000, 7, 1), End = new DateTime(2000, 8, 30), State = DocumentState.Submitted,