Add foundation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IContentTemplateDescriptor
|
||||
{
|
||||
object Key { get; }
|
||||
|
||||
Type ContentType { get; }
|
||||
|
||||
Type TemplateType { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user