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:
@@ -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)")]
|
||||
|
||||
Reference in New Issue
Block a user