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

FDP() public method

public FDP ( ) : System
return System
        public FDP()
        {
            this.Contacts = new List<Contact>();
            this.Dispatches = new List<Dispatch>();
            this.DispatchAllocations = new List<DispatchAllocation>();
        }
FDP