DRMFSS.BLL.Commodity.Commodity C# (CSharp) Method

Commodity() public method

public Commodity ( ) : System
return System
        public Commodity()
        {
            this.DispatchAllocations = new List<DispatchAllocation>();
            this.Commodity1 = new List<Commodity>();
            this.DispatchDetails = new List<DispatchDetail>();
            this.GiftCertificateDetails = new List<GiftCertificateDetail>();
            this.OtherDispatchAllocations = new List<OtherDispatchAllocation>();
            this.ReceiptAllocations = new List<ReceiptAllocation>();
            this.ReceiveDetails = new List<ReceiveDetail>();
            this.Transactions = new List<Transaction>();
            this.Transactions1 = new List<Transaction>();
        }
Commodity