feat(shared): add RescheduleVotingFinalizer and ISystemClock
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace GmRelay.Shared.Platform;
|
||||
|
||||
public interface ISystemClock
|
||||
{
|
||||
DateTimeOffset UtcNow { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user