feat(dal): Реализован сервис UnitFilterService для получения Unit, для которых требуется создать или уже создан шаблон по Job.Id
This commit is contained in:
9
PARR.DAL/DomainServices/Interfaces/IShortcodesService.cs
Normal file
9
PARR.DAL/DomainServices/Interfaces/IShortcodesService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PARR.DAL.DomainServices.Interfaces
|
||||
{
|
||||
public interface IShortcodesService
|
||||
{
|
||||
Task<string> ApplyShortcodesAsync(string str, Guid unitId, Guid jobId);
|
||||
|
||||
bool isAnyShortcodes(string str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user