start module output

This commit is contained in:
2020-08-20 01:35:08 +02:00
parent f6882ea1f1
commit d65df84cc3
22 changed files with 289 additions and 131 deletions
+3
View File
@@ -1,4 +1,5 @@
using System;
using System.Collections.Generic;
using zero.Core.Entities;
namespace zero.TestData
@@ -10,5 +11,7 @@ namespace zero.TestData
public OptionsPagePartial Options { get; set; } = new OptionsPagePartial();
public string Text { get; set; }
public List<Module> Modules { get; set; } = new List<Module>();
}
}