Show initial category count

This commit is contained in:
TheXamlGuy
2024-06-15 18:37:02 +01:00
parent 7a811acde5
commit a1784d75b8
14 changed files with 123 additions and 136 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ namespace Toolkit.Foundation
{
public interface IContentFactory
{
Task<object?> CreateAsync(IContentTemplateDescriptor descriptor, object[] resolvedArguments);
Task<object?> CreateAsync(IContentTemplateDescriptor descriptor,
object[] resolvedArguments);
}
}