Add AuthLifetimeService
Refactor AuthManager
This commit is contained in:
9
Akari.Prototype.Server/Models/TimedEntry.cs
Normal file
9
Akari.Prototype.Server/Models/TimedEntry.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Akari.Prototype.Server.Models
|
||||
{
|
||||
public record TimedEntry<T>(DateTime CreationDate, T Value);
|
||||
}
|
||||
Reference in New Issue
Block a user