Update labels to match
This commit is contained in:
parent
f3740ee414
commit
74b003f015
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user