BudgetAnalyser.Engine.Widgets.RemainingSurplusWidget.MonthlyBudgetAmount C# (CSharp) Méthode

MonthlyBudgetAmount() protected méthode

Monthlies the budget amount.
protected MonthlyBudgetAmount ( ) : decimal
Résultat decimal
        protected override decimal MonthlyBudgetAmount()
        {
            return Budget.Model.Surplus;
        }
    }