Add CRUD for secondary database tables.

This commit is contained in:
2019-11-08 00:03:43 +00:00
parent bae387df50
commit 239165b57d
104 changed files with 15150 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ using DiscImageChef.Decoders.SCSI;
using DiscImageChef.Server.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Routing;
using TestedMedia = DiscImageChef.CommonTypes.Metadata.TestedMedia;
using Tuple = DiscImageChef.Decoders.PCMCIA.Tuple;
namespace DiscImageChef.Server.Controllers