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;
        }