feat(dal,core): Перенесены оставшиеся объекты из dal в core.
This commit is contained in:
13
PARR.Core/Services/Shortcodes/IShortcodesService.cs
Normal file
13
PARR.Core/Services/Shortcodes/IShortcodesService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using PARR.Domain.DTOs.Shortcode;
|
||||
using PARR.Domain.Entities;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace PARR.Core.Services.Shortcodes
|
||||
{
|
||||
public interface IShortcodesService
|
||||
{
|
||||
Task<string> ApplyShortcodesAsync(string str, Template template, [CallerMemberName] string? caller = null);
|
||||
|
||||
Task<List<ShortcodeInfoDto>> GetAvailableShortcodesAsync();
|
||||
}
|
||||
}
|
||||
1031
PARR.Core/Services/Shortcodes/ShortcodesService.cs
Normal file
1031
PARR.Core/Services/Shortcodes/ShortcodesService.cs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user