Базовые классы для codegen-tools
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace mROA.CodegenTools
|
||||
{
|
||||
public class TemplateDocument
|
||||
{
|
||||
public List<ITemplatePart> Parts { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user