Skip to content

Commit

Permalink
Merge pull request #57 from HelpMyStreet/EastLindseyPCN
Browse files Browse the repository at this point in the history
Change LouthPCN details
  • Loading branch information
mike-f50 authored May 27, 2021
2 parents afa5d84 + dc3381c commit 4f69ebf
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 14 deletions.
14 changes: 7 additions & 7 deletions AddressService/AddressService.Repo/Helpers/LocationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ public static void SetLocations(this EntityTypeBuilder<Location> entity)
entity.HasData(new Location
{
Id = (int)HelpMyStreet.Utils.Enums.Location.LouthCommunityHospital,
Name = "Louth Community Hospital",
ShortName = "Louth",
AddressLine1 = "High Holme Rd",
AddressLine2 = "Louth",
AddressLine3 = "",
Name = "Louth County Hospital",
ShortName = "Louth County Hospital",
AddressLine1 = "Louth County Hospital",
AddressLine2 = "High Holme Road",
AddressLine3 = "Louth",
Locality = "Lincolnshire",
PostCode = "LN11 0EU",
Longitude = (decimal)-0.004510,
Latitude = (decimal)53.371208,
Longitude = (decimal)-0.008582,
Latitude = (decimal)53.371010,
Instructions = JsonConvert.SerializeObject(GetDummyInstructions())
});

Expand Down
Loading

0 comments on commit 4f69ebf

Please sign in to comment.