feat(dal): ShortcodesService добавлена обработка динамичесих составляющих "%СВЯЗИ%", "%ТНК-КРАТКО%"
This commit is contained in:
11
PARR.DAL/Services/Interfaces/Unit/IUnitInUnitService.cs
Normal file
11
PARR.DAL/Services/Interfaces/Unit/IUnitInUnitService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using PARR.DAL.Models.Unit;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Unit
|
||||
{
|
||||
public interface IUnitInUnitService
|
||||
{
|
||||
Task<List<UnitInUnit>> GetByParentIdAsync(Guid parentId);
|
||||
Task<List<UnitInUnit>> GetByChildIdAsync(Guid childId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user