mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 07:40:54 -05:00
update zombie models
This commit is contained in:
9
Data/Models/DatedRecord.cs
Normal file
9
Data/Models/DatedRecord.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Data.Models;
|
||||
|
||||
public class DatedRecord
|
||||
{
|
||||
public DateTimeOffset CreatedDateTime { get; set; } = DateTimeOffset.UtcNow;
|
||||
public DateTimeOffset? UpdatedDateTime { get; set; }
|
||||
}
|
Reference in New Issue
Block a user