Add option to remove ROM set.

This commit is contained in:
2020-08-24 02:29:07 +01:00
parent 3d87c2e778
commit 90f9152e0f
8 changed files with 249 additions and 1 deletions

View File

@@ -42,5 +42,6 @@ namespace RomRepoMgr.Core.Models
public long TotalRoms { get; set; }
public long HaveRoms { get; set; }
public long MissRoms { get; set; }
public long Id { get; set; }
}
}