Newer
Older
ValidState / Address.cs
@Derek Comartin Derek Comartin on 25 Aug 2021 128 bytes Reorganize
namespace AggregateConsistencyBoundary
{
    public record Address(string Street, string City, string Postal, string Country);
}