mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add update endpoint.
This commit is contained in:
11
DiscImageChef.Database/DTOs/SyncDTO.cs
Normal file
11
DiscImageChef.Database/DTOs/SyncDTO.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using DiscImageChef.Database.Models;
|
||||
|
||||
namespace DiscImageChef.Database.DTOs
|
||||
{
|
||||
public class SyncDTO
|
||||
{
|
||||
List<UsbProduct> UsbProducts;
|
||||
List<UsbVendor> UsbVendors;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user