Created
October 13, 2022 11:41
-
-
Save nadais/a762f89c3e7063f7d5a940b308310b88 to your computer and use it in GitHub Desktop.
IDateTimeProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace DateTimeProvider; | |
public interface IDateTimeProvider | |
{ | |
public DateTime Now { get; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment