Domain.Client.ValueObjects.AccountStatus.AccountStatus C# (CSharp) 메소드

AccountStatus() 공개 메소드

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