AnujBank.TargetAccount.TargetAccount C# (CSharp) Méthode

TargetAccount() public méthode

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