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

HubAllocation() public method

public HubAllocation ( ) : System
return System
        public HubAllocation()
        {
            this.ProjectCodeAllocations = new List<ProjectCodeAllocation>();
        }
HubAllocation