InstaTax.Core.DomainObjects.DonationUnder80G.GetDeduction C# (CSharp) 메소드

GetDeduction() 공개 메소드

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