AJH.CMS.Core.Entities.Tax.Tax C# (CSharp) Method

Tax() public method

public Tax ( )
        public Tax()
        {
            this.ID = 0;
            this.Rate = 0;
            this.PortalID = 0;
            this.IsEnabled = false;
            this.IsDeleted = false;
        }
    }
Tax