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

New() public static method

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

Same methods

Sofinummer::New ( string value ) : Sofinummer