Merge pull request 'Update 'src/InternshipSystem.Repository/DatabaseFiller.cs'' (#77) from kadet-patch-2 into master
This commit is contained in:
commit
05fde36f41
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user