Add software variant admin page.

This commit is contained in:
2020-08-09 02:41:00 +01:00
parent 9b4c950557
commit 01b69e7601
15 changed files with 1431 additions and 1 deletions

View File

@@ -60,5 +60,7 @@ namespace Marechai.Database.Models
public virtual ICollection<RequiredSoftwareBySoftwareVariant> RequiredSoftware { get; set; }
public virtual ICollection<SoundBySoftwareVariant> SupportedSound { get; set; }
public virtual ICollection<StandaloneFile> Files { get; set; }
public ulong? ParentId { get; set; }
public ulong SoftwareVersionId { get; set; }
}
}