DRMFSS.BLL.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.Transactions = new List<Transaction>();
        }
ShippingInstruction