DRMFSS.BLL.ShippingInstruction.ShippingInstruction C# (CSharp) 메소드

ShippingInstruction() 공개 메소드

public ShippingInstruction ( ) : System
리턴 System
        public ShippingInstruction()
        {
            this.DispatchAllocations = new List<DispatchAllocation>();
            this.OtherDispatchAllocations = new List<OtherDispatchAllocation>();
            this.Transactions = new List<Transaction>();
        }
ShippingInstruction