mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Set base model for operating system statistics.
This commit is contained in:
@@ -32,10 +32,5 @@
|
||||
|
||||
namespace DiscImageChef.Server.Models
|
||||
{
|
||||
public class OperatingSystem : BaseModel<int>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Version { get; set; }
|
||||
public long Count { get; set; }
|
||||
}
|
||||
public class OperatingSystem : BaseOperatingSystem { }
|
||||
}
|
||||
Reference in New Issue
Block a user