Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace xStorageService.Models {
|
||||
public partial class XFileResult {
|
||||
public string Name { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public string FilePath { get; set; }
|
||||
public string Thmbnail { get; set; }
|
||||
public string ThmbnailPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user