mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
add create/update times to penalty identifiers
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Stats.Models;
|
||||
|
||||
namespace Data.Models;
|
||||
|
||||
public class EFPenaltyIdentifier : SharedEntity
|
||||
public class EFPenaltyIdentifier : AuditFields
|
||||
{
|
||||
[Key]
|
||||
public int PenaltyIdentifierId { get; set; }
|
||||
|
Reference in New Issue
Block a user