Elias Stepanik b44040ae8d d
2023-09-27 23:36:08 +02:00

6 lines
90 B
C#

namespace DDNSUpdater.Interfaces;
public interface ITimerService
{
Task Start();
}