1
0
Fork 0
netddi/Integrations/Kea/IKeaDhcpLeaseHandler.cs
2025-01-29 23:53:57 +01:00

10 lines
193 B
C#

using DotNetDDI.Services.Dhcp;
using nietras.SeparatedValues;
namespace DotNetDDI.Integrations.Kea;
public interface IKeaDhcpLeaseHandler
{
DhcpLeaseChange? Handle(in SepReader.Row row);
}