mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-11 03:28:27 +00:00
8 lines
154 B
C#
8 lines
154 B
C#
namespace DDNSUpdater.Interfaces;
|
|
|
|
public interface IDDNSService
|
|
{
|
|
public void Start();
|
|
public void Update();
|
|
public void SetUpdateURL();
|
|
} |