mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use base model.
This commit is contained in:
@@ -2,9 +2,8 @@ using System.Collections.Generic;
|
||||
|
||||
namespace DiscImageChef.Server.Models
|
||||
{
|
||||
public class FindReportModel
|
||||
public class FindReportModel : BaseModel<int>
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Manufacturer { get; set; }
|
||||
public string Model { get; set; }
|
||||
public string Revision { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user