Skip to content

Commit

Permalink
Added new programme types to shared IttProgrammeType
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Jul 26, 2024
1 parent 72faf2a commit 7bb79df
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ public enum IttProgrammeType
InternationalQualifiedTeacherStatus = 389040023,

[Description("High potential ITT")]
HighPotentialITT = 389040024
HighPotentialITT = 389040024,

[Description("Primary and secondary undergraduate fee funded")]
Primaryandsecondaryundergraduatefeefunded = 389040025,

[Description("Primary and secondary postgraduate fee funded")]
Primaryandsecondarypostgraduatefeefunded = 389040026
}

public static class IttProgrammeTypeExtensions
Expand Down

0 comments on commit 7bb79df

Please sign in to comment.