Exemplo n.º 1
0
 public File(Database.Main.Storage.File entity)
 {
     Created = entity.Created;
     Id      = entity.ValueId;
     Size    = entity.SizeInBytes;
     Type    = entity.FileType.ConvertTo(x => new FileType.FileType(x));
 }
Exemplo n.º 2
0
 public FileWithData(Database.Main.Storage.File entity) : base(entity)
 {
 }