mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
7 lines
157 B
C#
7 lines
157 B
C#
namespace NetworkResurrector.Application.Services
|
|
{
|
|
public interface IValidationService
|
|
{
|
|
bool IsValidIPAddress(string ipAddress);
|
|
}
|
|
} |