AnujBank.TargetAccount.TargetAccount C# (CSharp) 메소드

TargetAccount() 공개 메소드

public TargetAccount ( Account account, float allocatedPercentage )
account Account
allocatedPercentage float
        public TargetAccount(Account account, float allocatedPercentage)
        {
            this.account = account;
            this.allocatedPercentage = allocatedPercentage;
        }