7 lines
105 B
C#
7 lines
105 B
C#
namespace GmRelay.Shared.Platform;
|
|
|
|
public interface ISystemClock
|
|
{
|
|
DateTimeOffset UtcNow { get; }
|
|
}
|