Files
GmRelayBot/src/GmRelay.Shared/Platform/ISystemClock.cs
T

7 lines
105 B
C#

namespace GmRelay.Shared.Platform;
public interface ISystemClock
{
DateTimeOffset UtcNow { get; }
}