Beispiel #1
0
        public bool IsValid() => new bool[]
        {
            !Country.None(),
            !State.None(),
            !City.None(),
            !StreetAddress.None(),
        }

        .And();