Created
July 24, 2020 06:38
-
-
Save theboreddev/f8c0bd4ab0888a51034530598b6af174 to your computer and use it in GitHub Desktop.
address_record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public record AddressRecord(String firstLine, String secondLine, String postCode) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment