Changes to method names per request
This commit is contained in:
@ -7,8 +7,8 @@ namespace Oqtane.Services
|
||||
public interface IThemeService
|
||||
{
|
||||
Task<List<Theme>> GetThemesAsync();
|
||||
Dictionary<string, string> CalculateSelectableThemes(List<Theme> themes);
|
||||
Dictionary<string, string> CalculateSelectablePaneLayouts(List<Theme> themes);
|
||||
Dictionary<string, string> CalculateSelectableContainers(List<Theme> themes);
|
||||
Dictionary<string, string> GetThemeTypes(List<Theme> themes);
|
||||
Dictionary<string, string> GetPaneLayoutTypes(List<Theme> themes);
|
||||
Dictionary<string, string> GetContainerTypes(List<Theme> themes);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user