feat(aihitMainSyncer): реализована логика синхронизации таблиц unit.* с данными из АИХ ИТ
This commit is contained in:
@@ -3,7 +3,8 @@ using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Unit
|
||||
{
|
||||
internal interface IUnitFieldValueService: IBaseService<UnitFieldValue>
|
||||
public interface IUnitFieldValueService: IBaseService<UnitFieldValue>
|
||||
{
|
||||
Task<UnitFieldValue?> GetByValueNameAsync(string? value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@ namespace PARR.DAL.Services.Interfaces.Unit
|
||||
{
|
||||
public interface IUnitService : IBaseService<Models.Unit.Unit>
|
||||
{
|
||||
Task<Models.Unit.Unit?> GetUnitWithFieldsAsync(string name);
|
||||
Task<Models.Unit.Unit?> GetUnitByName(string name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user