Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from DFE-Digital/feature/academies-api-contracts
Browse files Browse the repository at this point in the history
Added 'teacher' to the head fields
  • Loading branch information
paullocknimble authored Nov 23, 2023
2 parents e766442 + f8679f6 commit b9fd268
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/DFE-Digital/academisation-nuget-packages</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.0.8</Version>
<Version>1.0.9</Version>
<AssemblyVersion>1.0.4</AssemblyVersion>
<FileVersion>1.0.4</FileVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ public class EstablishmentDto
public string SenUnitOnRoll { get; set; }
public string ReligousEthos { get; set; }

public string HeadTitle { get; set; }
public string HeadFirstName { get; set; }
public string HeadLastName { get; set; }
public string HeadPreferredJobTitle { get; set; }
public string HeadteacherTitle { get; set; }
public string HeadteacherFirstName { get; set; }
public string HeadteacherLastName { get; set; }
public string HeadteacherPreferredJobTitle { get; set; }

public NameAndCodeDto Diocese { get; set; }
public NameAndCodeDto EstablishmentType { get; set; }
Expand Down

0 comments on commit b9fd268

Please sign in to comment.