Cats.Models.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.ReliefRequisitionDetails = new List<ReliefRequisitionDetail>();
            this.DonationPlanHeaders = new List<DonationPlanHeader>();
            this.LoanReciptPlans=new List<LoanReciptPlan>();
            this.Transfers=new List<Transfer>();
            //this.TransportOrderDetails = new List<TransportOrderDetail>();
            //this.BidWinners=new List<BidWinner>();
            //this.RationDetails=new List<RationDetail>();
            //this.HRDCommodityDetails=new List<HRDCommodityDetail>();
            //this.GiftCertificateDetails = new List<GiftCertificateDetail>();
            //this.InKindContributionDetails=new List<InKindContributionDetail>();
        }
Commodity