Skip to content

Commit

Permalink
Updated get Description
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Jul 26, 2024
1 parent 7bb79df commit eff1448
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public static bool TryConvertToIttProgrammeType(this IttProgrammeType input, out
IttProgrammeType.ProviderLedUndergrad => "Provider-led (undergrad)",
IttProgrammeType.InternationalQualifiedTeacherStatus => "International qualified teacher status",
IttProgrammeType.HighPotentialITT => "High potential ITT",
IttProgrammeType.Primaryandsecondaryundergraduatefeefunded => "Primary and secondary undergraduate fee funded",
IttProgrammeType.Primaryandsecondarypostgraduatefeefunded => "Primary and secondary postgraduate fee funded",
_ => throw new ArgumentException($"Unknown {nameof(IttProgrammeType)}: '{input}'.")
};
}

0 comments on commit eff1448

Please sign in to comment.