RefactoringGolf.Store.Employee.PensionFounds C# (CSharp) Méthode

PensionFounds() private méthode

private PensionFounds ( ) : decimal
Résultat decimal
        private decimal PensionFounds()
        {
            return this.FixedSalary * 10 / 100;
        }