Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace WebDesktopBackend.Entitys.Files {
|
||||
public class FileShare {
|
||||
public string Id { get; set; }
|
||||
public string Owner { get; set; }
|
||||
public string File { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user