Use base model.

This commit is contained in:
2019-12-03 21:08:14 +00:00
parent 9b916b64df
commit e380126937
15 changed files with 24 additions and 67 deletions

View File

@@ -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; }