Domain.AssetDecreciation.AssetDecreciation C# (CSharp) Метод

AssetDecreciation() публичный Метод

public AssetDecreciation ( DecreciationType decrecType ) : System
decrecType DecreciationType
Результат System
        public AssetDecreciation(DecreciationType decrecType)
        {
            this.decreciationType = decrecType;
            this.DecreciationValue = 0;
            this.DecreciationYear = 2016;
        }