diff options
Diffstat (limited to 'api/WhatApi/Tables/IAuditableEntity.cs')
| -rw-r--r-- | api/WhatApi/Tables/IAuditableEntity.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/api/WhatApi/Tables/IAuditableEntity.cs b/api/WhatApi/Tables/IAuditableEntity.cs deleted file mode 100644 index a11e7f2..0000000 --- a/api/WhatApi/Tables/IAuditableEntity.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace WhatApi.Tables; - -public interface IAuditableEntity -{ - public DateTimeOffset CreatedAtUtc { get; set; } - public DateTimeOffset? UpdatedAtUtc { get; set; } - public Guid CreatedBy { get; set; } - public Guid? UpdatedBy { get; set; } -}
\ No newline at end of file |
