Update database from server.

This commit is contained in:
2019-01-02 04:05:51 +00:00
parent 01eb78ca20
commit 8df23e5f01
18 changed files with 459 additions and 187 deletions

View File

@@ -39,6 +39,8 @@ namespace DiscImageChef.Dto
{
public class DeviceDto : DeviceReportV2
{
public DeviceDto() { }
public DeviceDto(DeviceReportV2 report)
{
ATA = report.ATA;