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

ShippingInstruction() public method

public ShippingInstruction ( ) : System
return System
        public ShippingInstruction()
        {
            //this.DispatchAllocations = new List<DispatchAllocation>();
            //this.OtherDispatchAllocations = new List<OtherDispatchAllocation>();
            this.ProjectCodeAllocations = new List<ProjectCodeAllocation>();
            this.Transactions = new List<Transaction>();
            this.DonationPlanHeaders = new List<DonationPlanHeader>();
            this.LocalPurchases=new List<LocalPurchase>();
            this.LoanReciptPlans=new List<LoanReciptPlan>();
            this.Transfers=new List<Transfer>();
        }