remove List from method name to conform to Oqtane naming conventions
This commit is contained in:
@ -9,6 +9,6 @@ namespace Oqtane.Interfaces
|
||||
{
|
||||
public interface ISearchable
|
||||
{
|
||||
public IList<SearchContent> GetSearchContentList(Module module, DateTime startTime);
|
||||
public IList<SearchContent> GetSearchContent(Module module, DateTime startTime);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user