Files
2024-01-25 04:49:52 +03:30

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; }
}
}