Синхронизация данных АИХ ИТ с ПАРР
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
using PARR.DAL.Models.V1;
|
||||
using PARR.DAL.Models;
|
||||
using PARR.DAL.Models.V1;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IHostService : IBaseService<V1_Host>
|
||||
public interface IHostService : IBaseService<Host>
|
||||
{
|
||||
Task<V1_Host?> GetHostByIPAndRegionalEKAsync(string IP, string RegionalEK);
|
||||
Task<V1_Host?> GetHostWithAppsAsync(string IP, string linkEK, string regionalEK);
|
||||
//Task<Host?> GetHostByRegionalEKAsync(string LinkEK);
|
||||
//Task<bool> UpdateAsync(Host host);
|
||||
Task<Host?> GetHostWithAppsAsync(string IP);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user