Files
2026-04-19 13:12:04 +03:00

7 lines
96 B
C#

namespace GymLogAI.Core.Abstractions;
public interface IClock
{
DateTime UtcNow { get; }
}