feat(shared): add RescheduleVotingFinalizer and ISystemClock

This commit is contained in:
2026-05-20 11:54:53 +03:00
parent fcd7de035f
commit a13edf20af
7 changed files with 298 additions and 206 deletions
@@ -0,0 +1,6 @@
namespace GmRelay.Shared.Platform;
public interface ISystemClock
{
DateTimeOffset UtcNow { get; }
}