13 lines
196 B
C#
13 lines
196 B
C#
using System;
|
|
using zero.Core.Entities;
|
|
|
|
namespace zero.TestData
|
|
{
|
|
public class RichtextModule : Module
|
|
{
|
|
public string Text { get; set; }
|
|
|
|
public bool IsBigger { get; set; }
|
|
}
|
|
}
|