InstaTax.Core.DomainObjects.DonationUnder80G.GetDeduction C# (CSharp) Method

GetDeduction() public method

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