Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging -> main #128

Merged
merged 7 commits into from
Jun 18, 2024
36 changes: 18 additions & 18 deletions HerPortal.BusinessLogic/Models/ConsortiumData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ public static class ConsortiumData
/// If any Custodian/Consortium codes are changed, consider if remapping is required in <see cref="LocalAuthorityData"/>
public static readonly Dictionary<string, string> ConsortiumNamesByConsortiumCode = new()
{
{ "C_0002", "Blackpool" },
{ "C_0003", "Bristol" },
{ "C_0004", "Broadland" },
{ "C_0006", "Cambridge" },
{ "C_0007", "Cambridgeshire & Peterborough Combined Authority" },
{ "C_0008", "Cheshire East" },
{ "C_0010", "Cornwall" },
{ "C_0002", "Blackpool Council" },
{ "C_0003", "Bristol City Council" },
{ "C_0004", "Broadland District Council" },
{ "C_0006", "Cambridge City Council" },
{ "C_0007", "Cambridgeshire and Peterborough Combined Authority" },
{ "C_0008", "Cheshire East Council" },
{ "C_0010", "Cornwall Council and Council of the Isles of Scilly" },
{ "C_0012", "Darlington Borough Council" },
{ "C_0013", "Dartford" },
{ "C_0014", "Devon" },
{ "C_0015", "Dorset" },
{ "C_0016", "Eden District Council" },
{ "C_0013", "Dartford Borough Council" },
{ "C_0014", "Devon County Council" },
{ "C_0015", "Dorset Council" },
{ "C_0016", "Cumberland Council and Westmoreland and Furness" },
{ "C_0017", "Greater London Authority" },
{ "C_0021", "Lewes" },
{ "C_0022", "Liverpool City Region" },
{ "C_0021", "Lewes District Council" },
{ "C_0022", "Liverpool City Region Combined Authority" },
{ "C_0024", "Midlands Net Zero Hub" },
{ "C_0027", "North Yorkshire County Council" },
{ "C_0027", "North Yorkshire Council" },
{ "C_0029", "Oxfordshire County Council" },
{ "C_0031", "Portsmouth" },
{ "C_0033", "Sedgemoor" },
{ "C_0037", "Stroud" },
{ "C_0031", "Portsmouth City Council" },
{ "C_0033", "Sedgemoor" }, // Legacy Consortium
{ "C_0037", "Stroud District Council" },
{ "C_0038", "Suffolk County Council" },
{ "C_0039", "Surrey County Council" },
{ "C_0044", "West Devon" }
{ "C_0044", "West Devon Borough Council" }
};

public static readonly Dictionary<string, List<string>> ConsortiumCustodianCodesIdsByConsortiumCode =
Expand Down
Loading
Loading