last ...
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using xCommons.Constants;
|
||||
using xDataService.Models;
|
||||
using xModels.Base;
|
||||
using xModels.Dtos;
|
||||
|
||||
namespace xFileService.Models.Dtos
|
||||
{
|
||||
public class XFileDto : XBaseDto
|
||||
public class XFileDto : XBaseGuidIDEntityDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public XFileType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Thumb { get; set; }
|
||||
@@ -22,6 +18,6 @@ namespace xFileService.Models.Dtos
|
||||
public string OwnerId { get; set; }
|
||||
public XPersonDto Owner { get; set; }
|
||||
|
||||
public IList<XReference<string>> References = new List<XReference<string>>();
|
||||
public string References { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user