From 67cddc1fea38633ea1ca12e1fb0b1b4b99850ed7 Mon Sep 17 00:00:00 2001 From: mborzyszkowski Date: Wed, 8 Jul 2020 17:14:32 +0200 Subject: [PATCH] InternShipType enum - ForeignInternship --- src/Internship.Core/InternshipType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Internship.Core/InternshipType.cs b/src/Internship.Core/InternshipType.cs index 936720f..90142e6 100644 --- a/src/Internship.Core/InternshipType.cs +++ b/src/Internship.Core/InternshipType.cs @@ -9,6 +9,7 @@ PaidApprenticeship, EmploymentContract, MandateContract, - ContractWork + ContractWork, + ForeignInternship } } \ No newline at end of file