feature: bulk generating user documents

This commit is contained in:
Gary Sharp
2022-12-04 13:43:13 +11:00
parent 4c19a1ef63
commit be99083d6a
13 changed files with 2969 additions and 26 deletions
@@ -0,0 +1,8 @@
namespace Disco.Models.UI.Config.DocumentTemplate
{
public interface ConfigDocumentTemplateBulkGenerate : BaseUIModel
{
Repository.DocumentTemplate DocumentTemplate { get; set; }
int TemplatePageCount { get; set; }
}
}