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:
@@ -51,6 +51,7 @@ namespace Marechai.Database.Models
|
||||
public string DataPreparerIdentifier { get; set; }
|
||||
public string ApplicationIdentifier { get; set; }
|
||||
|
||||
public virtual ICollection<FilesystemsByLogicalPartition> Partitions { get; set; }
|
||||
public virtual ICollection<FilesystemsByLogicalPartition> Partitions { get; set; }
|
||||
public virtual ICollection<FilesystemsByMediaDumpFile> MediaDumpFileImages { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user