using System; using zero.Core.Entities; namespace zero.TestData { public class RichtextModule : Module { public string Text { get; set; } public bool IsBigger { get; set; } } }