Cats.Models.HubAllocation.HubAllocation C# (CSharp) Méthode

HubAllocation() public méthode

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