Syncher fix
This commit is contained in:
@@ -5,5 +5,8 @@ namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IHostService : IBaseService<Host>
|
||||
{
|
||||
Task<Host?> GetHostByIPAndRegionalEKAsync(string IP, string RegionalEK);
|
||||
//Task<Host?> GetHostByRegionalEKAsync(string LinkEK);
|
||||
//Task<bool> UpdateAsync(Host host);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user