1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-19 11:38:35 -05:00

Additional zombie stast work

This commit is contained in:
RaidMax
2024-02-11 22:10:12 -06:00
parent 122b6dc79d
commit e1461582fa
45 changed files with 7663 additions and 292 deletions

View File

@ -2,8 +2,9 @@
namespace Data.Models;
public class DatedRecord
public class DatedRecord : IdentifierRecord
{
public DateTimeOffset CreatedDateTime { get; set; } = DateTimeOffset.UtcNow;
public DateTimeOffset? UpdatedDateTime { get; set; }
public override long Id { get; }
}