init
This commit is contained in:
13
KretaWeb/Configuration/IUploadFileValidationConfiguration.cs
Normal file
13
KretaWeb/Configuration/IUploadFileValidationConfiguration.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Configuration
|
||||
{
|
||||
public interface IUploadFileValidationConfiguration
|
||||
{
|
||||
int ImportMaxAllowedFileSizeInBytes { get; }
|
||||
|
||||
IEnumerable<string> ImportAllowedFileExtensions { get; }
|
||||
|
||||
IEnumerable<string> AscImportAllowedFileExtensions { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user