mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add media dump file image.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
// Copyright © 2003-2020 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Marechai.Database.Models
|
||||
@@ -33,5 +34,7 @@ namespace Marechai.Database.Models
|
||||
public virtual Media Media { get; set; }
|
||||
public string Format { get; set; }
|
||||
public DumpStatus Status { get; set; }
|
||||
|
||||
public virtual ICollection<MediaDumpFileImage> Files { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user