RefactoringGolf.Store.Employee.PensionFounds C# (CSharp) Method

PensionFounds() private method

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