Adf.Business.ValueObject.Postcode.New C# (CSharp) Method

New() public static method

Creates and returns a new empty Postcode object.
public static New ( ) : Postcode
return Postcode
        public static Postcode New()
        {
            return new Postcode(string.Empty);
        }

Same methods

Postcode::New ( string value ) : Postcode