mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove deprecated old XML Device Report code.
This commit is contained in:
@@ -37,7 +37,7 @@ using Aaru.CommonTypes.Metadata;
|
||||
namespace Aaru.Database.Models;
|
||||
|
||||
/// <summary>Device report</summary>
|
||||
public class Report : DeviceReportV2
|
||||
public class Report : DeviceReport
|
||||
{
|
||||
/// <summary>Builds an empty device report</summary>
|
||||
public Report()
|
||||
@@ -49,7 +49,7 @@ public class Report : DeviceReportV2
|
||||
/// <summary>Builds a device report model from a device report</summary>
|
||||
/// <param name="report">Device report</param>
|
||||
[SuppressMessage("ReSharper", "VirtualMemberCallInConstructor")]
|
||||
public Report(DeviceReportV2 report)
|
||||
public Report(DeviceReport report)
|
||||
{
|
||||
ATA = report.ATA;
|
||||
ATAPI = report.ATAPI;
|
||||
|
||||
Reference in New Issue
Block a user