mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-11 11:38:27 +00:00
6 lines
90 B
C#
6 lines
90 B
C#
namespace DDNSUpdater.Interfaces;
|
|
|
|
public interface ITimerService
|
|
{
|
|
void Start();
|
|
} |