Domain.Client.ValueObjects.AccountStatus.AccountStatus C# (CSharp) Method

AccountStatus() public method

public AccountStatus ( AccountStatusType value )
value AccountStatusType
        public AccountStatus(AccountStatusType value)
        {
            Status = value;
        }