AnujBank.TargetAccount.TargetAccount C# (CSharp) Method

TargetAccount() public method

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