InternShipType enum - ForeignInternship

This commit is contained in:
mborzyszkowski 2020-07-08 17:14:32 +02:00
parent 43cb068902
commit 67cddc1fea

View File

@ -9,6 +9,7 @@
PaidApprenticeship, PaidApprenticeship,
EmploymentContract, EmploymentContract,
MandateContract, MandateContract,
ContractWork ContractWork,
ForeignInternship
} }
} }