First Initial
This commit is contained in:
14
Utils/Models/UploadedFilePathInfo.cs
Normal file
14
Utils/Models/UploadedFilePathInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TTSW.Utils
|
||||
{
|
||||
public class UploadedFilePathInfo
|
||||
{
|
||||
public int Count { get; set; }
|
||||
public long Size { get; set; }
|
||||
public List<string> FilesUploaded { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user