mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
10 lines
208 B
C#
10 lines
208 B
C#
using System;
|
|
using DiscImageChef.CommonTypes.Metadata;
|
|
|
|
namespace DiscImageChef.Database.Models
|
|
{
|
|
public class Device : DeviceReportV2
|
|
{
|
|
public DateTime LastSynchronized { get; set; }
|
|
}
|
|
} |