mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add files information from DAT to database.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
// Copyright © 2020 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace RomRepoMgr.Database.Models
|
||||
@@ -32,6 +33,7 @@ namespace RomRepoMgr.Database.Models
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
[Required]
|
||||
public virtual RomSet RomSet { get; set; }
|
||||
public virtual RomSet RomSet { get; set; }
|
||||
public virtual ICollection<FileByMachine> Files { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user