InstaTax.Core.DomainObjects.DonationUnder80G.GetDeduction C# (CSharp) Méthode

GetDeduction() public méthode

public GetDeduction ( ) : double
Résultat double
        public virtual double GetDeduction()
        {
            return this.Amount;
        }