Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace WebDesktopBackend.Entitys.Files {
|
||||
public class FileInformation {
|
||||
public string Name { get; set; }
|
||||
public DateTime Created { get; set; }
|
||||
public long Size { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user