Domain.AssetDecreciation.AssetDecreciation C# (CSharp) Method

AssetDecreciation() public method

public AssetDecreciation ( DecreciationType decrecType ) : System
decrecType DecreciationType
return System
        public AssetDecreciation(DecreciationType decrecType)
        {
            this.decreciationType = decrecType;
            this.DecreciationValue = 0;
            this.DecreciationYear = 2016;
        }