:drunk: No idea what did AI did
This commit is contained in:
10
DysonNetwork.Common/Models/LastActiveInfo.cs
Normal file
10
DysonNetwork.Common/Models/LastActiveInfo.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Common.Models;
|
||||
|
||||
public class LastActiveInfo
|
||||
{
|
||||
public string SessionId { get; set; } = string.Empty;
|
||||
public string AccountId { get; set; } = string.Empty;
|
||||
public Instant SeenAt { get; set; }
|
||||
}
|
Reference in New Issue
Block a user