Files
mixtape/zero.Core/Entities/Spaces/SpaceContent.cs
T

11 lines
259 B
C#

namespace zero.Core.Entities
{
/// <summary>
/// A list item can consist of unlimited properties and be rendered as you wish
/// The backoffice rendering is done by an IRenderer
/// </summary>
public class SpaceContent : DatabaseEntity
{
}
}