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