security: use more antiforgery tokens
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
using Disco.Models.Services.Documents;
|
||||
using Disco.Models.Repository;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.DocumentTemplate
|
||||
{
|
||||
public interface ConfigDocumentTemplateCreatePackageModel : BaseUIModel
|
||||
{
|
||||
DocumentTemplatePackage Package { get; set; }
|
||||
string Id { get; set; }
|
||||
string Description { get; set; }
|
||||
AttachmentTypes Scope { get; set; }
|
||||
|
||||
List<string> Scopes { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user