mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-19 02:24:19 +01:00
6 lines
172 B
C#
6 lines
172 B
C#
namespace DotBased.AspNet.Authority.Services;
|
|
|
|
public class AuthorityManager<TData>
|
|
{
|
|
public long GenerateVersion() => DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();
|
|
} |