Improve HtmlText module performance
This commit is contained in:
@ -6,7 +6,7 @@ namespace Oqtane.Client.Modules.HtmlText.Services
|
||||
{
|
||||
public interface IHtmlTextService
|
||||
{
|
||||
Task<List<HtmlTextInfo>> GetHtmlTextAsync(int ModuleId);
|
||||
Task<HtmlTextInfo> GetHtmlTextAsync(int ModuleId);
|
||||
|
||||
Task AddHtmlTextAsync(HtmlTextInfo htmltext);
|
||||
|
||||
|
Reference in New Issue
Block a user