DRMFSS.BLL.Transporter.Transporter C# (CSharp) Method

Transporter() public method

public Transporter ( ) : System
return System
        public Transporter()
        {
            this.Dispatches = new List<Dispatch>();
            this.DispatchAllocations = new List<DispatchAllocation>();
            this.OtherDispatchAllocations = new List<OtherDispatchAllocation>();
            this.Receives = new List<Receive>();
        }
Transporter