9 lines
306 B
C#
9 lines
306 B
C#
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; }
|
|
}
|
|
} |