Skip to content
Snippets Groups Projects

Resolve "As a user, I want to see a page of local authorities so that I can easily source contact details for a variety of different local authorities."

Compare and
11 files
+ 307
54
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -6,7 +6,7 @@ import lombok.Data;
@Data
@AllArgsConstructor
public class Location {
// private int locationID;
private int locationID;
private String locationName;
private String locationEmail;
private String locationDescription;
Loading