create moduletypes in code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using zero.Core.Entities;
|
||||
|
||||
namespace zero.TestData
|
||||
{
|
||||
public class RichtextModule : Module
|
||||
{
|
||||
public string Text { get; set; }
|
||||
|
||||
public bool IsBigger { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user