maintenance unify document generation ui
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Disco.Models.Repository;
|
||||
using Disco.Models.Services.Documents;
|
||||
using Disco.Services.Plugins.Features.DocumentHandlerProvider;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Web.Models.Shared
|
||||
{
|
||||
public class GenerateDocumentControlModel
|
||||
{
|
||||
public IAttachmentTarget Target { get; set; }
|
||||
public List<DocumentTemplate> Templates { get; set; }
|
||||
public List<DocumentTemplatePackage> TemplatePackages { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user