mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-17 10:50:45 +02:00
This commit is contained in:
8
API/Schema/ActionsContext/Actions/StartupActionRecord.cs
Normal file
8
API/Schema/ActionsContext/Actions/StartupActionRecord.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace API.Schema.ActionsContext.Actions;
|
||||
|
||||
public sealed class StartupActionRecord(string action, DateTime performedAt) : ActionRecord(action, performedAt)
|
||||
{
|
||||
public StartupActionRecord() : this(StartupAction, DateTime.UtcNow) { }
|
||||
|
||||
public const string StartupAction = "Tranga.Started";
|
||||
}
|
Reference in New Issue
Block a user