EnergyTrading.MDM.Test.Domain.EF.Commodity.Commodity C# (CSharp) 메소드

Commodity() 공개 메소드

public Commodity ( ) : System
리턴 System
        public Commodity()
        {
            this.Mappings = new List<CommodityMapping>();
            this.Validity = new DateRange();
            this.Timestamp = new byte[] { 0, 0, 0, 0, 0, 0, 0, 0 };
        }