Cats.Models.Hub.Hub C# (CSharp) Method

Hub() public method

public Hub ( ) : System
return System
        public Hub()
        {
            //this.DispatchAllocations = new List<DispatchAllocation>();
            //this.HubAllocations = new List<HubAllocation>();
            //this.ReceiptAllocations = new List<ReceiptAllocation>();
            //this.ReceiptAllocations1 = new List<ReceiptAllocation>();
            //this.Transactions = new List<Transaction>();
            //this.TransportOrderDetails = new List<TransportOrderDetail>();
               // this.HubOwner = new HubOwner();
            this.TransportBidQuotations = new List<TransportBidQuotation>();
            this.ReceiptPlanDetails = new List<ReceiptPlanDetail>();

            this.DonationPlanDetails = new List<DonationPlanDetail>();

            this.LocalPurchaseDetails=new List<LocalPurchaseDetail>();
            this.LoanReciptPlanDetails=new List<LoanReciptPlanDetail>();
            this.Transfers = new List<Transfer>();
            this.Transfers1 = new List<Transfer>();
               // this.LoanReciptPlans=new List<LoanReciptPlan>();
        }
Hub