Import from internal git
This commit is contained in:
7
Core/Templates/AbstractTemplateFactory.cs
Normal file
7
Core/Templates/AbstractTemplateFactory.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Core.Templates;
|
||||
|
||||
public interface ITemplateFactory
|
||||
{
|
||||
public ITemplate GetTemplate(string templatePath, IDictionary<string, object> data);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user