1
0
Fork 0
netddi/Integrations/Kea/IKeaDhcpLeaseHandler.cs

11 lines
193 B
C#
Raw Normal View History

2025-01-29 23:53:57 +01:00
using DotNetDDI.Services.Dhcp;
using nietras.SeparatedValues;
namespace DotNetDDI.Integrations.Kea;
public interface IKeaDhcpLeaseHandler
{
DhcpLeaseChange? Handle(in SepReader.Row row);
}