Cats.Models.HubAllocation.HubAllocation C# (CSharp) 메소드

HubAllocation() 공개 메소드

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