TargetFramework update,
reference updates and added tests for Viewer
This commit is contained in:
11
Shared/Models/Stateless/IClientSettingsRepository.cs
Normal file
11
Shared/Models/Stateless/IClientSettingsRepository.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Net;
|
||||
|
||||
namespace OI.Metrology.Shared.Models.Stateless;
|
||||
|
||||
public interface IClientSettingsRepository
|
||||
{
|
||||
|
||||
List<string> GetClientSettings(IPAddress? remoteIpAddress);
|
||||
string GetIpAddress(IPAddress? remoteIpAddress);
|
||||
|
||||
}
|
Reference in New Issue
Block a user