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

@@ -3,9 +3,8 @@ using System.ComponentModel.DataAnnotations;
namespace DiscImageChef.Server.Models
{
public class MmcModelForView
public class MmcModelForView : BaseModel<int>
{
public int Id { get; set; }
[DisplayFormat(NullDisplayText = "none"), DisplayName("MMC FEATURES ID")]
public int? FeaturesId { get; set; }
[DisplayName("Response length (bytes)")]