init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Models
|
||||
{
|
||||
public class UploadFileModel : IUploadFileModel
|
||||
{
|
||||
public int MaxAllowedFileSizeInBytes { get; set; }
|
||||
|
||||
public IEnumerable<string> AllowedFileExtensions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user