namespace PARR.DAL.DomainServices.Interfaces { public interface IShortcodesService { Task ApplyShortcodesAsync(string str, Guid unitId, Guid jobId); bool isAnyShortcodes(string str); } }