1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

add create/update times to penalty identifiers

This commit is contained in:
RaidMax
2022-02-23 09:02:01 -06:00
parent ce27d4fe61
commit 13c09f5184
11 changed files with 5086 additions and 8 deletions

View File

@ -10,4 +10,4 @@ namespace Stats.Models
public DateTime CreatedDateTime { get; set; } = DateTime.UtcNow;
public DateTime? UpdatedDateTime { get; set; }
}
}
}