6 lines
100 B
C#
6 lines
100 B
C#
namespace eSuite.Core.Clock;
|
|
|
|
public interface IClock
|
|
{
|
|
DateTimeOffset GetNow { get; }
|
|
} |