Remove unused classes of the text template system

pull/3792/head
Halil İbrahim Kalkan 6 years ago
parent f75e7baef6
commit da78d48b10

@ -1,9 +0,0 @@
using System;
using JetBrains.Annotations;
namespace Volo.Abp.TextTemplating
{
public class TemplateContentContributorInitializationContext
{
}
}

@ -1,9 +0,0 @@
using System.Collections.Generic;
namespace Volo.Abp.TextTemplating
{
public class TemplateContentContributorList : List<ITemplateContentContributor>
{
}
}
Loading…
Cancel
Save