use PageModule in ISearchable

This commit is contained in:
sbwalker
2024-07-02 14:50:26 -04:00
parent 45b1d405a6
commit 8969b1273f
3 changed files with 11 additions and 12 deletions

View File

@ -6,6 +6,6 @@ namespace Oqtane.Interfaces
{
public interface ISearchable
{
public List<SearchContent> GetSearchContents(Module module, DateTime startTime);
public List<SearchContent> GetSearchContents(PageModule pageModule, DateTime startTime);
}
}