6 lines
165 B
C#
6 lines
165 B
C#
namespace DotBased.AspNet.Authority.Services;
|
|
|
|
public class AuthorityService
|
|
{
|
|
public long GenerateVersion() => DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();
|
|
} |