10 lines
185 B
C#
10 lines
185 B
C#
using zero.Core.Entities.Sections;
|
|
|
|
namespace zero.Core
|
|
{
|
|
public class ZeroOptions
|
|
{
|
|
public SectionCollection Sections { get; private set; } = new SectionCollection();
|
|
}
|
|
}
|