Andover.Domain.Core.Category.Category C# (CSharp) Method

Category() public method

public Category ( ) : System.Collections.Generic
return System.Collections.Generic
        public Category()
        {
            Components = new List<IComponent>();
        }
Category